| A | B |
| <br> | HTML5 method of coding a line break |
| h1 | Largest of the heading level tags |
| descendent selector | Specifies an element within the context of its container (parent) element |
| margin: auto | used to center an element |
| <ul> | Unordered list tag - each line item has a bullet |
| <ol> | Ordered list tag - numbered list |
| thumbnail | A smaller version of a larger image |
| <title> | starts the tag set for text to appear in the browser's title bar or tab. |
| <body> | Signifies the begining of the contents of a web page that will appear in the browser window |
| font-weight | CSS property that can be used to configure bold text |
| Check Boxes | A form element that allows multiple user selections within a group |
| Poster | An attribute that may be used on a video tag to display a starting image |
| <th>...</th> | Tag set to mark the contents of a table header cell. |
| <tr>...</tr> | Tag set to create a new table row. |
| caption | Descriptive information about a table |
| cell spacing | Attribute that creates space between the cells of a table |
| cell padding | Attribute that create space between the cell content and the cell border in a table |
| <table...</table> | Tag set to create a table |
| <td>...</td> | Tag set to mark a cell containing table data |
| colspan | Attribute that creates a cell that spans multiple columns |
| ../ | Directs the browser to move up one level to the parent directory |
| Web Safe Color Palette | Collection of colors that display consistently on multiple platforms |
| wireframe | Sketch of a web page that shows the basic structure |
| FTP | File Transfer Protocol for managing files over the Internet |
| alt attribute | Provides a text replacement, usually a description, of an image |
| float | Configures the horizontal placement of an element |
| <div> | Opening tag for an area or section of a page |