| A | B |
| <b> | bold text |
| <i> | italicized text |
| <tt> | typewriter text |
| <p> | paragraph |
| <hr> | horizontal rule |
| <br> | line break |
| <ol> | ordered list |
| <ul> | unordered list |
| <li> | list item |
| <body> | page content |
| <head> | info about web page |
| <html> | start of html page |
| <h1> | largest heading style |
| <h6> | smallest heading style |
| <table> | beginning of a table |
| <th> | table header |
| <tr> | table row |
| <td> | table cell |
| <em> | text emphasis usually italics |
| <strong> | text emphasis usually bold |
| <img src= > | places an image |
| <a href= > | anchor tag |
| <body bgcolor= > | sets page background color |
| <body background= > | sets page wallpaper image |
| <body text= > | sets body text color |
| <body link= > | sets hyperlink color |
| <body vlink= > | sets visited link color |
| <body alink= > | sets active link color |
| <script> | beginning of script |
| <blockquote> | indents text from both margins |
| <!DOCTYPE= > | specifies doctype of page |
| <!-- > | remark tag |
| <meta > | metadata about page |
| <center> | centers text horizontally |
| <font> | specifies font and attributes |