| A | B |
| alignment attribute option | left, right, center, justify |
| weight | a characteristic of type appearance, such as boldfaced |
| posture | a characteristic of type that refers to its angle on the page, such as italic |
| decoration | formatting enhancements used to emphasize text or block elements…bold, underline, etc. |
| block-level tags | tags in which other elements allow you to control entire sections of content |
| division | <div>…</div> |
| blockquote | <blockquote>…</blockquote> |
| address | <address>…</address> |
| ordered lists | list items appear with sequential numbers |
| unordered list | bullets instead of numbered list |
| parent element | tag set in which another tag set is nested |
| child element | element within a parent tag, ie..<li>…</li> |
| physical formats | formats that can only be recognized visually |
| logical formatting | <strong> for boldface, <em> for emphasized |
| address tag | originally designed to be recognized as address content by indexing and cataloging software |
| inline style | style applied as an attribute |
| font stack | a list of acceptable fonts |