0 / 60 seg.

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>