This is a review of everything that we have already covered.
Remember, HTML works with what are called tags. Each tag goes inside of two carrats that look like this: .
For every tag that is opened, it is also closed so that they look like this:
There is the list of tags that are critical for you to know. Each one is listed below.
- body
- head
- p (paragraph)
- a (anchor) and href (hyperlink reference) – when you put these together, you can make a hyperlink
- strong (for bold)
- em (for italics)
- h1, h2, h3 (for headers)
You can also set colors for your body background and text. With HTML, you have to use hexadecimal colors. Click Here to get a list of colors. We will use this page today to add more color to our test pages.