0 / 60 seg.

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

<table>
    <thead>
        <tr>
            <th>Ciudad</th>
            <th>País</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Bogotá</td>
        </tr>
    </tbody>
</table>