In todays world, it seems like everyone has a website that they are trying to sell, teach, or just post something on. For some people it could seem like it is an impossible feat to even get started. Well its surprisingly not! I’m going to give a brief description of some coding terms that might help you learn how a website actually works.
Host and Domains
When you first start a website, it might seem hard to get some traffic. It would be wise to invest in a host or even a domain. Starting a website means you will have a lot of pictures, information, and things to click. This could mean you need a lot of storage space to hold all of these items. You need a host to hold and store all of your “stuff”. A domain is simply your website. It is the “.com” at the end of your website. This gives you a place for people to find what you are putting online. These two things are two of the main things you need to have a website.

HTML, CSS, JavaScripts
These three things are the languages of websites.These are the codes that makes EVERY website. HTML is the structure of every website. It is the order that your website is, think of it like the boss of the website, with out it, everything can be a mess and go crazy. CSS is the style of the website. This includes fonts, colors, pictures, and everything in between that gives your site some flair. JavaScripts is what gives the website its logic. This means everytime you click on a picture or link on someone’s website, Javascript is responsible for it.
