| A | B |
|   | Can be used to create one character space |
| <A HREF="URL"></A> | Used to create a hyperlink |
| </A> | A closing anchor tag |
| <VLink=""> | Used to indicate color of visited links |
| <IMG SRC=""> | Indicates file used to insert graphic |
| .jpg or .jpeg | Extension meaning Joint Photographic Expert Group |
| .gif | Extension meaning Graphics Interchange Format |
| <INPUT TYPE="text"> | Tag used to create text box |
| <INPUT TYPE="radio"> | Tag used to create radio button |
| <OPTION SELECTED> | Tag used to create drop down list |
| <A HREF="mailto:EMAIL"></A> | Creates a mailto link |
| <TABLE BORDER=#> | Sets width of border around table cells |
| <TR></TR> | Sets off each row in a table |
| <TD></TD> | Sets off each cell in a row |