| A | B |
| <table></table> | The beginning and end tags for a table. |
| <tr></tr> | The beginning and end tags for a table row. |
| <th></th> | The beginning and end tags for a table header. |
| <td></td> | The beginning and end tags for table data. |
| Text will be bold and centered with this tag. | <th> |
| <caption></caption> | used to specify the caption of a table. |
| colspan | defines the number of columns a table cell should span |
| rowspan | specify the number of rows that a table cell should span |