Basics to Creating a website in html


This is the first code that you always should start with.  In order to code an html website we’ll take a deeper look at this piece of code and understand the pieces that make it up.

The first line we’ll skip(line in terms of code means the different rows of code), just understand that is necessary for the site, google explain’s this much better than I can.  So let’s start with the 2nd and 7th lines.  These lines of code inform the internet “HEY!  I’M A WEBSITE.”  Failure to understand and need more information to understand means you need, to return to kindergarden.

Let’s move onto lines 3 and 4.  These lines contain meta data and other information about the site, in other words it’s like setting the guidelines of the site.

Finally we’ll cover lines 5 and 6. These lines are the meat/structure of the website, additions to this area of the code is what adds to the page and presents the information.