| A | B |
| <h1> | Largest heading size |
| <b> | Bold letters |
| <a href=""></a> | A link to another web site |
| <ol type=A> | Ordered list beginning with A |
| <ol type=1> | Ordered list beginning with 1 |
| <ul> | Unordered list |
| <li> | List item - used before each item in a list |
| <html> | Begin HTML |
| </HTML> | Stop HTML |
| <h6> | Smallest heading size |
| <sub></sub> | Subscript |
| <i> | Italic |
| <sup></sup> | Superscript |
| <body></body> | All textual information usually comes between these tags. |
| <img src=""> | Insert an image |
| <center> | Begin centering text |
| </center> | Stop centering text |
| Hexadecimal | How color values are entered |
| FF0000 | Red |
| 00FF00 | Green |
| 0000FF | Blue |
| <Body bgcolor=""> | Background color |
| <body background=""> | Background image |
| <br> | Used like the enter key |
| <dd> | Tab over |
| <p> | New Paragraph |
| <Div align="left"> | Align along the left margin |