Why is this table incorrect?
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
</tr>
</thead
<tbody>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</tbody>
</table>
Why is this table incorrect?
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
</tr>
</thead
<tbody>
<tr>
<td>John</td>
<td>[email protected]</td>
</tr>
</tbody>
</table>