-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotagonistas.html
49 lines (38 loc) · 1.16 KB
/
protagonistas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Protagonistas</title>
<link rel="stylesheet" type="text/css" href="estilo.css" />
<link rel="stylesheet" type="text/css" href="posicionamiento.css" />
</head>
<body>
<nav>
<a href=index.html>Inicio</a>
<a >Protagonistas</a>
<a href=FechasEstreno.html>Fechas de Estreno</a>
<a href=Secuela.html>Secuela</a>
<a href=trailer.html>Trailer</a>
</nav>
<h1>Protagonistas</h1>
<section>
<ul>
<li>Bill Murray</li>
<li>Dan Aykroyd</li>
<li>Sigourney Weaver</li>
<li>Harold Ramis</li>
<li>Ernie Hudson</li>
<li>Rick Moranis</li>
<li>Annie Potts</li>
<li>William Atherton</li>
<li>Larry King</li>
</ul>
<img src=multimedia/images/descarga.jpg style = "width:460 ;height:345" alt="personajes cazafantasmas"/>
</section>
<footer>
<P>Página diseñada por Moisés García López</P>
</footer>
</body>
</html>