| Start Tag | Meaning | End Tag |
| HTML | Hypertext Markup Language.! Don't worry just put it as your first line. | /HTML |
| BODY | The main part of the web page. Everything that shows. | /BODY |
| CENTER | Centres what follows. Note the American spelling | /CENTER |
| H1 | Heading size 1 (big) goes to H7 (small) | /H1 |
| B | Bold | /B |
| U | Underline | /U |
| BR | Break starts a new line. Use twice for a blank line. No /BR |
| UL | Unordered list. Each list item appears on a new line like a bullet | /UL |
| LI | List Item. Appears at the start of each item in the list | /LI |
| OL | Ordered list. Same as UL but numbers the List Items. | /OL |
| TABLE | Sets up a table. A table doesn't have to have the lines showing | /TABLE |
| TR | Table Row. Starts a new row. You can have as many rows as you like | /TR |
| TD | Table Data. An Item in the row. (Think of them as fitting in columns?) | /TD |