| A | B |
| <HTML> | Identifies a document as an HTML document |
| <TITLE> | creates a title for a Web page |
| <B> | bolds text |
| <BODY> | The material between these tags appears in the browser window |
| <FONT> | changes the appearance of text |
| <BR> | inserts a "return" or line break |
| <HR> | inserts a horizontal rule |
| <IMG> | adds an image |
| <A HREF> | inserts a hyperlink |
| <H1> to <H6> | Creates headings |
| <P> | starts a new paragraph |
| <CENTER> | centers test |
| <I> | italicizes text |
| <MARQUEE> | scrolls text or images across page |