| A | B |
| <html> | Tag that begins every html document. |
| </html> | Tag that ends every html document. |
| <body> | Begins the main content of your page. |
| </body> | ends the main content of your page. |
| <title> | Appears within the "head" and gives the title of the page. The title appears at the top of the browser. |
| </title> | This tag ends the title. |
| <head> | Designates the title of the document. |
| </head> | Ends the title of the document. |
| <font=________> | Designates the typeface for text. |
| </font> | Ends typeface. |
| <font color=#_________> | Designates the color of the typeface. |
| </font color> | Ends the font color. |