

This is what the basic layout of a webiste looks like in code form basically it is made up of tags and descriptions if not key words
Html works with tags and that there is a starting and ending tag. The tags are placed between the two characters <> here are some examples of the new tags that i have learned:
b Starting bold text tag
/b Ending bold text tag
p Starting a new paragraph tag
/p Ending a new paragraph tag
I have learned that html is not case sensitive but it is much more preferable to use lower case rather than upper. I now also know that a HTML file must have an htm or html file extension for the file to be able to be opened. A HTML file can be created using a simple text editor, i am using notepad++ for my html tutorials.