-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReviews.html
More file actions
84 lines (64 loc) · 2.04 KB
/
Copy pathReviews.html
File metadata and controls
84 lines (64 loc) · 2.04 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
84
<!DOCTYPE html>
<html lang="en" dir="ltr">
<!--Head-->
<head>
<meta charset="utf-8">
<title>Shrek 2 Reviews</title>
<link href="table.css" rel="stylesheet">
</head>
<!--Body-->
<body class="shrekandfiona">
<h1><strong> Shrek 2 </strong></h1>
<!--banner-->
<h1 class="banner"></h1>
<h3>Reviews </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>
<!--Reviews-->
<div class="reviews_body">
<br><h5>
Empire 4/5 stars
</h5>
<p class="empire_review"> When Shrek Meets The Parents the question is simple: is it as resoundingly good as our first encounter with the loveable green giant, or is it even better? No and yes. In its execution of the tale of a determinedly antisocial ogre, Shrek (2001)
was so disarmingly original that it astonished. <br><br>
by Angie Errigo 1 January 2000 </p>
<a href="https://www.empireonline.com/movies/reviews/shrek-2-review/" target="_blank"> Read more</a>
<br>
<br>
<!--skala-->
<form class="skala">
<br><br>
<label for="raiting"></label>
<span>1 star</span>
<input id="raiting" name="raiting" type="range" min="1" max="10"
step="1">
<span>10 stars</span>
</form>
<br>
<br>
<form>
<label for="din_review"> <strong>Skriv din egen review</strong></label>
<br>
<textarea id="din_review" name="din_review" rows="6" cols="30">Skriv här</textarea>
</form>
</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>