-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (47 loc) · 2.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CSS Selectors</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<nav>
<a class= "active" href="dorthy.html">Dorothy</a>
<a href="toto.html">Toto</a>
<a href="lion.html">Lion</a>
<a href="goodwitch.html">Good Witch</a>
</nav>
<a href="https://google/com">Read more about the Wiz of Oz</a>
<div>
<h2>Movie Details</h2>
<p>
The Wizard of Oz is a 1939 American musical fantasy film produced by Metro-Goldwyn-Mayer, currently distributed by Warner Bros. Pictures. Widely considered to be one of the greatest films in cinema history,[5] it is the best-known and most commercially successful adaptation of L. Frank Baum's 1900 children's book The Wonderful Wizard of Oz.[6] Directed primarily by Victor Fleming (who left production to take over the troubled production of Gone with the Wind), the film stars Judy Garland as Dorothy Gale alongside Ray Bolger, Jack Haley, Bert Lahr, Frank Morgan, Billie Burke and Margaret Hamilton with Charley Grapewin, Pat Walshe, Clara Blandick, Terry (billed as Toto) and Singer's Midgets as the Munchkins.
</p>
</div>
<p>
Some words
</p>
<p>
Other words
</p>
<p>
The other words
</p>
<aside>
<article>
<h2>Ruby Slippers</h2>
<p>Because of their iconic stature,[120] the ruby slippers worn by Judy Garland in the film are now among the most treasured and valuable film memorabilia in movie history.[121] The silver slippers that Dorothy wore in the book series were changed to ruby to take advantage of the new Technicolor process. Adrian, MGM's chief costume designer, was responsible for the final design. There are five known pairs of the ruby slippers in existence.</p>
</article>
</aside>
<footer>
<a class= "active" href="dorthy.html">Dorothy</a>
<a href="toto.html">Toto</a>
<a href="lion.html">Lion</a>
<a href="goodwitch.html">Good Witch</a>
</footer>
<h1>Hello World</h1>
</body>
</html>