¿Qué cambiarías en el siguiente fragmento de código?
<table>
<thead>
<tr>
<th>ID</th>
<th>Nombre</th>
</tr>
</thead>
<tr>
<td>1</td>
<td>Juan</td>
</tr>
</table>
¿Qué cambiarías en el siguiente fragmento de código?
<table>
<thead>
<tr>
<th>ID</th>
<th>Nombre</th>
</tr>
</thead>
<tr>
<td>1</td>
<td>Juan</td>
</tr>
</table>