Expand description
The elements here are used to create and handle tabular data
Structsยง
- Caption
- The HTML
<caption>
element - Table
- The HTML
<table>
element - Table
Body - The HTML
<tbody>
element - Table
Cell - The HTML
<td>
element - Table
Column - The HTML
<col>
element - Table
Column Group - The HTML
<colgroup>
element - Table
Foot - The HTML
<tfoot>
element - Table
Head - The HTML
<thead>
element - Table
Header - The HTML
<th>
element - Table
Row - The HTML
<tr>
element