0 / 60 seg.

¿Cuál es el problema con esta tabla?

<table>
  <thead>
    <tr>
      <th>Nombre<th>
      <th>Correo<th>
    <tr>
  <thead>
  <tbody>
    <tr>
      <td>Juan<td>
      <td>[email protected]<td>
    <tr>
  <tbody>
<table>