| A | B |
| <HTML> | </HTML> |
| <TITLE> | </TITLE> |
| <BODY> | </BODY> |
| <CENTER> | </CENTER> |
| <P></P> | Tags used when double spacing is desired. |
| <HEAD> | </HEAD> |
| <H1></H1> | Heading tags for large font size. |
| <OL></OL> | Tags used to create numbered lists. |
| <UL></UL> | Tags used to create bulleted lists. |
| <LI></LI> | Indicate items in ordered or unordered lists. |
| <H6></H6> | Heading tags for small font size. |
| <BR> | Line break tag. |
| BGCOLOR=?????? | Used in BODY tags to change background color. |
| <HR> | Horizontal Rule tag used to place horizontal lines in a web page. |