| A | B |
| img src | tag indicating a picture, image, or graphic |
| a href | tag indicating a link |
| b | tag which makes boldface type |
| i | tag which makes Italic text |
| u | tag which underlines text |
| bgcolor | tag which designates background color |
| dd | tag which contains a definition |
| dt | tag which contains a definition term |
| li | tag which contains an item in a list |
| lh | tag which contains the title of a list |
| dl | tag which starts a list of definitions |
| ul | tag which starts a bulleted list |
| ol | tag which starts a numbered list |
| hr | tag which makes a horizontal line |
| br | tag which skips a line |
| <body> </body> | tag containing the main section of web page |
| <head> </head> | tag containing the heading of the web page |
| <title> </title> | tag which makes the title on top of the browser widow in the blue title bar |
| h1 | indicates a heading of size 1 |
| align= | causes text to either be aligned to the left, center or right |
| <pre> </pre> | preformatted text - causes text to appear just as typed in your code |
| <body BGCOLOR="#hexadecimal_here" | set the background color of your page |
| <body LINK="#hexadecimal_here" | set the color of your hyperlinks to some color other than default blue |
| <body VLINK="#hexadecimal_here" | to set the hexadecimal color code for links the user has already visited |
| <body TEXT="#hexadecimal_here" | to set the hexadecimal color code for text color |
| < | < |
| > | > |
| © | copyright symbol |
| & | & |
| " | " |
| <!- - | Comments |