| Name | Function |
|---|---|
| html | starts document |
| /html | ends document |
| head | starts head |
| /head | ends head |
| body | starts body |
| /body | ends body |
| title | starts title |
| /title | ends title |
| Name | Function |
|---|---|
| table | starts table |
| /table | ends table |
| tr /tr | starts line; ends line |
| th /th | starts; ends bolded cell |
| td /td | starts; ends normal cell |
| Name | Function | p /p | inserts a blank line |
|---|---|
| br | inserts a break in a line |
| center /center | centers text |
| hr | makes a hardrule |
| Name | Function |
|---|---|
| tt /tt | creates typewriter text |
| b /b | bolds text |
| i /i | italicizes text |
| font /font | changes the style and color and size of text |
| hn /hn | bolds and increases size to a certain degree |
| Name | Function |
|---|---|
| a href /a | hyper text tag |
| img /img | brings in an image with help of "src" |
| Name | Function |
|---|---|
| ol /ol | ordered list |
| ul /ul | un-ordered list |
| li | parts of a list |