Table Elements
Tag | Description |
<table> |
Creates a table element to be populated with columns and rows of data. |
<thead> |
Table Header Element for Titles/Categories |
<tbody> |
Table body where the tabular data will be stored in columns and rows. |
<tr> |
Creates a table row to hold table data. |
<td> |
Creates individual cells of data. |