0 / 60 seg.

¿Cuál es el problema con esta tabla?

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