| A | B |
| Heading size 1 | <h1> |
| Horizontal Rule | <hr /> |
| Image | <img /> |
| used to change background color | style="background-color:__" |
| used to wrap text around the left side of an image to the right | style="float:right" |
| used to center a table | margin-right:auto;margin-left:auto |
| used to change width of an image | width |
| used to change the horizontal space around an image | margin-left or margin-right |
| attribute that must be used in an image tag | src |
| attribute that gives the image text to display | alt |
| used to center a heading | style="text-align:center" |
| to create a list with numbers | <ol> |
| to create a list with bullets | <ul> |
| to create each item in a list | <li> |
| to change the kind of bullet used | style="list-style-type:square" |
| to change the kind of numbering used | style="list-style-type:upper roman" |
| create a line break | <br /> |
| create a paragraph | <p> </p> |
| image format that has a patent | gif |
| image format used for photos | jpg |
| image that starts blurry and gradually gets clearer | Interlaced gif |
| image that loads one line at a time | standard gif |
| image developed by the W3C | png |
| used to change the length of a horizontal rule | width="x%" |
| controls the line around an image | border attribute |
| vertical space between text and an image | margin-bottom |
| the section you see in the browser window | body |
| The section where the title is placed | head |
| the tag that indicates the type and version of HTML used | doctype |
| indicates the beginning and end of the html document | <html> |
| text that appears in the title bar of the browser window | title |
| the default text format used for the main content of a web page | normal text |
| can be a solid color or image | background |
| images that include motion or can change in appearance | animated image |
| image where one or more areas are hotspots | image map |
| The largest heading size | One (1) |
| The smallest heading size | Six (6) |
| at the start and end of a definition list | <dl></dl> |
| identify a term | <dt></dt> |
| identify a definition | <dd></dd> |