| HTML Code | What it does | |
| <html></html> | Creates an HTML document | |
| <head></head> | Sets off the title and other information that isn't displayed on the Web page | |
| <body></body> | Sets off the visible portion of the document | |
| <title></title> | Puts the name of the Web Page in the title bar | |
| <body bgcolor=?> | Sets the back ground color | |
| <body text=?> | Sets the text color | |
| <body link=?> | Sets the color of the links | |
| <body vlink=?> | Sets the color of visited links | |
| <body alink=?> | Sets the color of links on click |