miércoles, 9 de noviembre de 2016

Queen

<html>
<title>Queen</title>
<link href="Queen.css"
 rel="stylesheet" type="text/css" />
<body>

<h1>Queen</h1>
<p>Banda británica de rock formada en 1970 en Londres.</p>
<img src="Queen.jpg" />


<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 border="2px">
<caption>Grandes éxitos de Queen</caption>
<tr>
     <td>Año</td>
     <td>Disco</td>
</tr>
<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>
<tr>
     <td colspan="2">"A Kind of Magic" fue el álbum más exitoso </td>
</tr>
</table>

<h2>Sitio Web oficial</h2>
<p>Ir a <a href="http://www.queenonline.com/es/">
Queen Online</a>.</p>

</body>
</html>








table { font-family: "Arial"; border-color:red; font-size: 20px; }
caption {font-size: 17px; color:brown; background:orange;     }
th { font-size: 15px; backgrounf: #b9c9fe; color: #039; }
td { background: #e8edff; color:#669; font-size: 14px; }





Queen

Banda británica de rock formada en 1970 en Londres.




Integrantes del grupo

  • Brian May
  • Freddie Mercury
  • John Deacon
  • Roger Taylor

Discografía

 

Sitio Web oficial

Ir a Queen Online.

No hay comentarios:

Publicar un comentario