Table Tags
| Tag | Name | Description |
|---|---|---|
| <table> | Table | The wrapper element for all HTML tables. |
| <thead> | Table Head | The set of rows defining the column headers in a table. |
| <tbody> | Table Body | The set of rows defining the column headers in a table. |
| <tr> | Table Row | The table row container. |
| <td> | Table Data | The table data container. |
| <tfoot> | Table Foot | The set of rows defining the footer in a table. |
Table Attributes
| Attribure | Name | Description |
|---|---|---|
| <colspan> | Column Span | The set of rows defining the footer in a table. |
| <rowspan> | Row Span | The set of rows defining the footer in a table. |