What's the problem with this table?
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
</tr>
<thead>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</table>
What's the problem with this table?
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
</tr>
<thead>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</table>