| A | B |
| What button in Internet Explorer is used to update the document window | Refresh |
| What does the acronym HTML stand for? | HyperText Markup Language |
| What does the (/) before the element indicate? | end of instruction or element |
| <h3> | Heading 3 |
| Link to another HTML document | hyperlink |
| <title> | Title in browser title bar |
| <hr> | horizontal rule |
| <p> | paragraph |
| <br> | line break |
| attribute | modifies an element |
| hyperlink to MrNordell.com | <a href="MrNordell.com"> |
| Align paragraph center | <p align="center"> |
| Heading 1 | <h1> |
| </body> | end of body |
| What is the spacing after a </p> | double |
| What browser are you using? | Internt Explorer |
| Attribute used to change background color to red | <body bgcolor="red"> |
| Dreamweaver is considered what type of software program | HTML editor |
| Tag used to add a horizontal rule that spans 75% of the page and is 3 pixels in width | <hr width="75%" size="3"> |
| Anchor tag | <a> |