<tr>
<td>><span class="table"><table></span></td>
<td>Table</td>
<td>The wrapper element for all HTML tables</td>
</tr>
<tr>
<td><span class="head"><thead></span></td>
<td>Table Head</td>
<td>The set of rows defining the column headers in the table</td>
</tr>
<tr>
<td><span class="body"><tbody></span></td>
<td>Table Body</td>
<td>The set of rows containing actual table data</td>
</tr>
<tr>
<td><span class="row"><trow></span></td>
<td>Table Row</td>
<td>The table row container</td>
</tr>
<tr>
<td><span class="data"><td></span></td>
<td>Table Data</td>
<td>The table row container</td>
</tr>
<tr>
<td><span class="foot"><tfoot></span></td>
<td>Table Foot</td>
<td>The set of rows defining the footer in a table</td>
</tr>
</tbody>
Table Attributes
I could only show part of the code so you could see what I mean. Any tips or suggestions is greatly appreciated. Thank you.