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