What is wrong with this table?
<table>
<tr>
<td>Name</td>
<td>Email</td>
</tr>
<tr>
<th>John</th>
<th>[email protected]</th>
<tr>
</table>
What is wrong with this table?
<table>
<tr>
<td>Name</td>
<td>Email</td>
</tr>
<tr>
<th>John</th>
<th>[email protected]</th>
<tr>
</table>