-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (60 loc) · 2.02 KB
/
Copy pathindex.html
File metadata and controls
83 lines (60 loc) · 2.02 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<!--Head-->
<head>
<meta charset="utf-8">
<title> Shrek 2 </title>
<link href="table.css" rel="stylesheet">
</head>
<!--Body-->
<body class="background_home">
<h1><strong> Shrek 2 </strong></h1>
<!--banner-->
<h1 class="banner">
</h1>
<h3>The Greatest Movie of All Time </h3>
<!--Navigation Bar-->
<div class="NavBar">
<a id="home" href="./index.html">Home</a>
<a id="cast" href="./cast.html">About the cast</a>
<a id="reviews" href="./Reviews.html">Reviews</a>
<a id="table" href="./Table.html">Table</a>
</div>
<div class="home_body">
<!--form-->
<form action="cast.html" method="post" class="Oger_name">
<label for="Oger"> Oger name</label>
<input type="text" name="username" value="Name" id="Oger">
</form>
<!--listan-->
<br>
<br>
<p class="listan">
<strong class="rubrik"> Why? How?</strong><br>
<br>Funniest jokes<br>
Best voice acting <br>
<strong>Mike Myers</strong> (Shrek), <strong>Eddie Murphy</strong> (Donkey),
<strong>Cameron Diaz</strong> (Prinsses Fiona), <br>
<strong>Antonio Banderas</strong> (Puss in Boots)
<br> <strong>Funkytown</strong> - Lipps Inc.
<br> <strong> Livin La Vida Loca </strong> - Eddie Murphy and Antonio Banderas
<br> <strong> Holding Out For A Hero</strong> - Jennifer Saunders <br>
</p>
<!--Postern-->
<a class="poster" href="https://sv.wikipedia.org/wiki/Shrek_2" target="_blank"> <img src="img/poster.jpeg" alt="shrek poster" class="poster-background"></a>
</div>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p><p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</body>
</html>