<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
</tr>
</thead>
<tbody>
<td>Row 1 Cell 1</td>
<td>Row 1 Cell 2</td>
<td>Row 2 Cell 1</td>
<td>Row 2 Cell 2</td>
</tbody>
</table>