¿En que orden se deberían mostrar los números considerando el siguiente código?
<table>
<tfoot>
<tr>
<td>1<td>
</tr>
</tfoot>
<thead>
<tr>
<th>2<th>
</tr>
</thead>
<tbody>
<tr>
<td>3<td>
</tr>
</tbody>
</table>