Why is the following table incorrect?
<table>
<tr>
<th>Name<th>
<th>Email<th>
<tr>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</table>
Why is the following table incorrect?
<table>
<tr>
<th>Name<th>
<th>Email<th>
<tr>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</table>