<head>
<title>Queen</title>
<link href="queen.css"
rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Queen</h1>
<p>Banda británica de rock formada en 1970 en Londres.</p>
<img src="queen.jpg" width="400" height="300" />
<h2>Integrantes del grupo</h2>
<ul>
<li>Brian May</il>
<li>Freddie Mercury</il>
<li>John Deacon</il>
<li>Roger Taylor</il>
</ul>
<h2>Discografía</h2>
<table border="1px">
<caption><strong>Grandes éxitos de Queen</strong></caption>
<tr>
<th><strong>Año</strong></th>
<th><strong>Disco</strong></th>
</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> <a href="http://www.queenonline.com">
www.queenonline.com</a>.</p>
</body>
</html>
body
{font-family:Verdana;}
h1
{font-size: 20px;
color: #0925EF;}
h2
{font-size: 16px;
color:#09B7EF;}
table
{font-family:"Lucida Sans Unicode";
border-witdh:medium; border-color:blue;
font-size: 12px;}
caption
{font-size: 16px; color:red; background:yellow;
font-weight:bold;}
th
{font-size: 13px; font-weight: bold; padding: 8px;
background: #b9c9fe; color: #039;}
td
{border-width: 3px; padding: 8px; background: #e8edff;
color: #669;}
Queen
Banda británica de rock formada en 1970 en Londres.
Integrantes del grupo
- Brian May
- Freddie Mercury
- John Deacon
- Roger Taylor
Discografía
| Año | Disco |
|---|---|
| 1975 | A Night at the Opera |
| 1986 | A Kind of Magic |
| 1989 | The Miracle |
| "A Kind of Magic" fue el álbum más exitoso. | |
No hay comentarios:
Publicar un comentario