0 / 60 seg.

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

<table>
    <tr>
        <th>Animal</th>
        <td>Descripción</td>
    </tr>
    <tbody>
        <tr>
            <td>Tigre</td>
            <td>Felino de gran tamaño</td>
        </tr>
    </tbody>
</table>