0 / 60 seg.

What is wrong with this table?

<table>
  <tr>
    <td>Name</td>
    <td>Email</td>
  </tr>
  <tr>
    <th>John</th>
    <th>[email protected]</th>
  <tr>
</table>