-
Notifications
You must be signed in to change notification settings - Fork 0
/
reparto.html
94 lines (87 loc) · 2.27 KB
/
reparto.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="es">
<head>
<title>The Terminator</title>
<meta charset="UTF-8"/>
<meta name="keywords" content="html5, estandares,caracteres, diseño web"/>
<meta name="description" content="Reparto Terminator"/>
<meta name="viewport" content="width=device-width, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo2.css" />
</head>
<body>
<header>
<h1>The Terminator</h1>
<p>Serie cinematografica</p>
</header>
<ul>
<li><a href="Index.html">Descripcion</a></li>
<li><a href="sinopsis.html">Sinopsis de la pelicula</a></li>
<li><a href="reparto.html">Reparto de la pelicula</a></li>
<li class="s"><a href="saga.html" class="submenu">Saga Terminator</a>
<div class="submenuContent">
<a href="saga.html#1">Peliculas</a>
<a href="saga.html#2">Material impresos</a>
<a href="saga.html#3">Serie de television</a>
<a href="saga.html#4">Videojuegos</a>
</div>
</li>
<li><a href="produccion.html">Producción</a></li>
</ul>
<section>
<h2>Protagonistas</h2>
<ol>
<li>Arnold Schwarzenegger</li>
<li>Linda Hamilton</li>
<li>Michael Biehn</li>
</ol>
</section>
<section>
<table>
<caption><h2>Doblaje</h2></caption>
<tr>
<th> Personaje</th>
<th> Actor original</th>
<th> Actor de voz España</th>
</tr>
<tr>
<td> Terminator</td>
<td> Arnold Schwarzenegger</td>
<td>Constantino Romero</td>
</tr>
<tr>
<td> Sarah Connor</td>
<td> Linda Hamilton</td>
<td> María Luisa Solá</td>
</tr>
<tr>
<td> Kyle Reese</td>
<td> Michael Biehn</td>
<td> Manolo García</td>
</tr>
<tr>
<td> Dr. Peter Silberman</td>
<td> Earl Boen</td>
<td> Joaquín Díaz</td>
</tr>
<tr>
<td> Teniente Ed Traxler</td>
<td> Paul Winfield</td>
<td> Pepe Mediavilla</td>
</tr>
<tr>
<td> Detective Vukovich</td>
<td> Lance Henriksen</td>
<td> Miguel Ángel Jenner</td>
</tr>
</table>
</section>
<br>
<footer>
<a href="https://validator.w3.org/check?uri=referer">
<img src=" multimedia/HTML5.png" alt=" HTML5 Válido!" /></a>
<a href=" http://jigsaw.w3.org/css-validator/check/referer ">
<img src="multimedia/CSS3.png"
alt="CSS Válido" height="63" width="64" /></a>
</footer>
</body>