HTML Reference
HTML codes are instructions. For example, the 'strong' tag is an instruction to make the text inside the tags bold while the 'em' tag is
an instruction to make the text italicized.
Three tags that must appear in every HTML page
- the html tag
- the head tag
- the body tag
Things to remember when writing HTML/codes
- Tags should be in lower case (older versions of HTML used upper case)
- Make sure you have both a starting tag and an ending tag (except with tags like 'hr' which consist of a single tag)
- You can nest tags inside each other (for example, you could put 'i' tags inside of 'b' tags to make a word bold and italic at the
same time)
Exercises
This is a nice guide to HTML tags here
If you have questions, send me a message