
| Tags | Description |
| <table> | Defines a table |
| <th> | Defines a header |
| <tr> | Defines a row |
| <td> | Defines a cell |
| <caption> | Defines a table caption |
| <colgroup> | Defines a column in a table for formatting |
| <col> | Defines attribute values for one or more columns in a table |
| <thead> | Groups the header content in a table |
| <tfoot> | Groups the footer content in a table |