0 / 60 seg.

En el siguiente código, ¿cuál es el error?

<table>
    <thead>
        <tr>
            <td>País</td>
            <th>Capital</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>México</td>
            <td>Ciudad de México</td>
        </tr>
    </tbody>
</table>