| A | B |
| <caption> element | lets you add a caption to the table (default displayed on top) |
| <table> element | contains the table information, which consists of table row elements <tr> and individual table data cells |
| <th> element | lets you create a table header cell that presents the cell content as bold and centered by default |
| Cell-level attributes | take precedence over row-level attributes |
| deprecated | used to refer atributes that are not included in the latest HTML table model |
| Global attributes | affected the entire table |
| Positioned layouts | alternate method of controlling page designs in CSS |
| Nesting tables | practice of placing an entire table within a table cell |
| Row-level attributes | affect an entire row |
| stacking tables | Building several small tables rather than one large one |
| Tabe data cell (<td>) | contains the table data |
| Table row element (<tr>) | contains table cells |
| align atribute | . |