back

Code


HTML
Web

<table border="1px">
<thead>
<tr>
    <th>Head One</th>
    <th>Head Two</th>
</tr>
</thead>
<tfoot>
<tr>
     <th>Foot One</th>
     <th>Foot Two</th>
</tr>
</tfoot>
<tr>
    <td>Cell One</td>
    <td>Cell Two</td>
</tr>
<tr>
    <td>Cell Three</td>
    <td>Cell Four</td>
</tr>
</table>