0 / 60 seg.

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>