| A | B |
| <html></html> | Creates an HTML document |
| <font size=?></font> | Sets size of font, from 1 to 7 |
| <head></head> | Sets off the title and other information that isn't displayed on the Web page itself |
| <body></body> | Sets off the visible portion of the document |
| <title></title> | Puts the name of the document in the title bar |
| <body bgcolor=?> | Sets the background color, using name or hex value |
| <body link=?> | Sets the color of links, using name or hex value |
| <body alink=?> | Sets the color of links on click |
| <pre></pre> | Creates preformatted text |
| <h1></h1> | Creates the largest headline |
| <h6></h6> | Creates the smallest headline |
| <b></b> | Creates bold text |
| <i></i> | Creates italic text |
| <font color=?></font> | Sets the text color, using name or hex value |
| <a href="URL">click here</a> | Creates a hyperlink |
| <a href="mailto:EMAIL">e-mail</a> | Creates a mailto link |
| <p></p> | Creates a new paragraph |
| <p align=?> | Aligns a paragraph to the left, right, or center |
| <br> | Inserts a line break |
| <blockquote> </blockquote> | indents text from both sides |
| <img src="name"> | Adds an image |
| <hr> | Inserts a horizontal rule |
| <ol></ol> | Creates a numbered list |
| <li></li> | Precedes each list item, and adds a number |
| <ul></ul> | Creates a bulleted list |
| <body vlink=?> | Sets the color of followed links, using name or hex value |
| 216 | number of basic colors that Netscape supports |
|   | non-breaking space |
| © | inserts copyright symbol |
| <b>text</b> | makes text bold |
| <u>text</u> | makes text underlined |
| <i>text</i> | makes text italic |
| <table></table> | begins and ends a table |
| <tr></tr> | table row |
| <td></td> | table column |