| A | B |
| Table | primary layout tool; grid of columns and rows |
| Row | Horizontal series of cells; default 3Column |
| Column | Vertical series of cells; default 3Border |
| Border | Outside edge of a table or cell |
| Cell Padding | Amt of space between cell content and wall |
| Cell Spacing | Amount of space between table cells not including their border; default 1 |
| Border Thickness | Width of the table border; default 1 |
| Caption | Explanation displayed for all users; only available in table dialog box |
| Summary | (not displayed); read by screen readers |
| Contiguous Cells | next to each other |
| Merge | join cells into one cell |
| Split | Divide one cell into two cells |
| No Wrap | Cell expands to accomodate all data |
| Nested Tables | Table placed within the cell of another table |
| Style | rule; set of properties that defines & controls appearance of an element |
| Style Sheet | group of styles |
| Selector | Element that is being defined |
| Declaration | Combination of properties and their values |
| Properties | Attributes of an element that control the appearance |
| Value | Quantity and format that is specified |
| Class | Type of selector that allows you to create classes not tied to particular elements |
| Tag | Selector that allows you to specify HTML tag as an element to be redefined by style |
| Advanced | Type of selector that allows you to create styles for a specific tag combination |
| Origin | Source of a style |
| Inheritance | Cumulative effect of style sheets |
| Weight | Method of establishing priority; gives user an option over style precedence |
| Cascading | processof using multiple style sheets precedence |