0 / 60 seg.

What is the issue with this table?

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