-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelenco.html
36 lines (32 loc) · 1.29 KB
/
elenco.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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<title>Twin Peaks</title>
<link rel="stylesheet" href="pecstyle.css" />
<script type="module" src="pecjava.js"></script>
</head>
<body>
<h1> <a href="index.html" target="_blank">Twin Peaks</a></h1>
<header class="intro"> <h1>Elenco de Twin Peaks</h1> </header>
<h2>Principales</h2>
<ul>
<li><strong>Kyle MacLachlan</strong> como Dale Cooper</li>
<img src="Kyle.jpg" alt="Kyle MacLachlan">
<li><strong>Sheryl Lee</strong> como Laura Palmer</li>
<img src="Sheryl.jpg" alt="Sheryl Lee">
<li><strong>Michael Ontkean</strong> como Sheriff Harry S. Truman</li>
<img src="Michael.jpg" palt="Michael Ontkean">
<li><strong>Ray Wise</strong> como Leland Palmer</li>
<img src="Ray.jpg" alt="Ray Wise">
</ul>
<h2>Secundarios</h2>
<ul>
<li><strong>Richard Beymer</strong> como Benjamin Horne</li>
<li><strong>Madchen Amick</strong> como Shelly Johnson</li>
<li><strong>Dana Ashbrook</strong> como Bobby Briggs</li>
<li><strong>Peggy Lipton</strong> como Norma Jennings</li>
</ul>
<p>Estos son solo algunos de los talentosos actores que formaron parte del increíble elenco de Twin Peaks.</p>
</body>
</html>