<!DOCTYPE html>
<html lang="es-ES">
<head>
<meta charset="utf-8">
<title>Grupo de música - Queen</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<h1>Queen</h1>
<p>Banda británica de rock formada en 1970 en Londres.</p>
<img src="imagenes/queen.jpg" width="400" height="200" alt="Fotografía de los componentes del grupo Queen.">
<h2>Integrantes del grupo</h2>
<ul>
<li>Brian May</li>
<li>Freddie Mercury</li>
<li>John Deacon</li>
<li>Roger Taylor</li>
</ul>
<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>
<h2>Sitio web oficial</h2>
<a href="http://www.queenonline.com/" target="_blank">www.queenonline.com</a>
<hr>
</body>
</html>
No hay comentarios.:
Publicar un comentario