Element | Tag | Purpose |
---|---|---|
table | <table> | Encloses a table |
table row | <tr> | Encloses a row of table cells |
table header cell | <th> | Sets a heading for a row or column |
table data cell | <td> | Contains data |
caption | <caption> | Sets a caption for the table |