ULTIMATE HTML CHEAT SHEET

work in progress

Unless you tell it to do something else, html will be read from top to bottom. So if you want something at the very top, make sure it is the first thing! Html tags are like bookends, or a sandwich. There needs to be one at the front and one in the back. the text you're coding These are container tags, because they hold the content inside them. The back html tag will always have a back slash in it This tells HTML that is the end of your line of code. It is like a period at the end of a sentence. Html tags have carrots around them Tags that hold things like

or list tags act the same way. They need to sandwich the code they are holding. The heading is sandwiched between the two
tags.

text

Having code inside of code like with dividers is called nesting. Each section is nested inside.

Silly title

small text inside boxes

Very few tags are blank or empty tags. These are tags that do not have a normal front and end. Link tags and image tags are examples of blank or empty tags.