| A | B |
| <html> | computer knows it is an html document |
| <head> | contains info about document |
| <p> | paragraph |
| <table> | creating a table |
| <area> | hotspots within an image |
| <blink> | text will blink on and off |
| <br> | takes text to the next line |
| <a href> | hyperlink |
| <background> | format the background |
| <big> | increases font size |
| <dl> | definition list |
| <u> | underlines text |
| <xmp> | defines text with smaller or larger font than usual |
| <a> | defines a link or anchor in a document |
| <body> | appears after the head |
| <strike> | shows text with a horizontal line through it |
| <ol> | ordered list |
| <ul> | unordered list |
| <li> | lists both ordered and unordered |
| <dt> | specifies term to be defined |
| <font color = "blue"> | makes font color blue |
| <h1> | the initial header of your document |
| <hr> | horizontal line |
| <marquee> | a moving piece of text |
| <overlay> | element speeds up image rendering |
| <frame> | specifies one frame in the frameset |
| <iframe> | defines floating frame |
| <div> | division tag |
| <nobr> | no breaks tag |
| <noframes> | no frames tag |