| A | B |
| HTML | hyper link markup language |
| <HTML> | starts every web page |
| note pad | can be used to type your web page |
| Hyper Links | used to connect to other web pages |
| </HTML> | ends every web page |
| forward slash | used to end a command |
| <, > brackets | used to enclose commands |
| <BODY TEXT="#RRGGBB"> | allows you to set the color of the background |
| <BODY LINK="#RRGGBB"> | sets the colorof the links |
| RR, GG, BB | represent two-digit hex numbers |
| <FONT SIZE="+ OR - size> | used to change text size |
| <FONT FACE ="ARIAL, GENEVA"> | this will display text in a particular font |
| ARIAL AND GENEVA | a good combination for PC's and Mac users |
| GIF | an image extension name |
| <UL> | indicates an unordered list |
| <OL> | indicated an ordered list |
| IMG | image |
| <BR> | break text |
| <img src="filename"> | inserts a picture into a web page |
| <hr> | inserts a line across the page |