<table border=1>
<thead>
<tr>
<th>Header Row 1, Column 1</th>
<th>Header Row 1, Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body Row 1, Column 1</td>
<td>Body Row 1, Column 2</td>
</tr>
<tr>
<td>Body Row 2, Column 1</td>
<td>Body Row 2, Column 2</td>
</tr>
</tbody>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.