0 / 60 seg.

What is the problem with this table code?

<table>
  <caption>My Table</caption>
  <tr>
    <td>Name</td>
    <td>Email</td>
  <tr>
  <tr>
    <td>John</td>
    <td>[email protected]</td>
  </tr>
</table>