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