0 / 60 seg.

Observa el siguiente fragmento de código y determina el error:

<table>
    <thead>
        <tr>
            <th>ID</th>
            <th>Nombre</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>01</td>
            <th>Ana</th>
        </tr>
    </tbody>
</table>