-
Notifications
You must be signed in to change notification settings - Fork 0
/
pr.html
60 lines (44 loc) · 1.24 KB
/
pr.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<div class="navbar">
<a href="#">Home</a>
<a href="#">Information</a>
<a href="#">About Us</a>
<a href="#"> Contact Us</a>
<div class="dropdown">
<button class="dropbtn">More
<i class="Fa fa-caret-down">
</i>
</button>
<div class="dropdown">
content">
<a href="#"> Link 1</a>
<a href="#"> Link 2</a>
<a href="#"> Link 3</a>
</div>
</div>
</div>
<div class="city">
<h2>London</h2>
<p>London is the capital of England.</p>
</div>
<div class="city">
<h2>Paris</h2>
<p>Paris is the capital of France.</p>
</div>
<div class="city">
<h2>Tokyo</h2>
<p>Tokyo is the capital of Japan.</p>
</div>
</div>
</header>
</section>
</body>
</html>