0 / 60 seg.

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

<table>
    <thead>
        <tr>
            <th colspan="2">Marcas</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Nike</td><td>Adidas</td>
        </tr>
    </tbody>
</table>