Este es el código para realizar la Tabla.
<h2>Discografía</h2>
<table>
<caption>Grandes éxitos de Queen</caption>
<thead>
<tr>
<th>Año</th>
<th>Disco</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="2">"A Kind of Magic" fue el álbum más exitoso.</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>1975</td>
<td>A Night at the Opera</td>
</tr>
<tr>
<td>1986</td>
<td>A Kind of Magic</td>
</tr>
<tr>
<td>1989</td>
<td>The Miracle</td>
</tr>
</tbody>
</table>







0 comentarios:
Publicar un comentario