-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlondon.html
More file actions
130 lines (92 loc) · 2.64 KB
/
london.html
File metadata and controls
130 lines (92 loc) · 2.64 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<title>City</title>
<link href="london_css.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8">
</head>
<body>
<ul>
<li> <a href="https://sv.wikipedia.org/wiki/London">London</a> <ul>
<li><a href="https://sv.wikipedia.org/wiki/London_Eye"> Londoneye</a> </li>
<li> <a href="https://sv.wikipedia.org/wiki/Big_Ben"> Big Ben </a> </li>
<li><a href="https://sv.wikipedia.org/wiki/Tower_Bridge"> Tower Bridge </a></li>
</ul>
<li> <a href="https://sv.wikipedia.org/wiki/Paris">Paris</a>
<ul>
<li><a href="https://sv.wikipedia.org/wiki/Eiffeltornet">Eiffel tornet</a></li>
<li><a href="https://sv.wikipedia.org/wiki/Triumfb%C3%A5gen,_Paris"> Triumfbågen </a></li>
<li><a href="https://commons.wikimedia.org/wiki/Louvre">Louvre</li>
</ul>
</li>
<li> <a href="https://sv.wikipedia.org/wiki/Tokyo">Tokyo</a> </a>
<ul>
<li><a href="https://sv.wikipedia.org/wiki/Tokyo_Skytree">Skytree</a></li>
<li><a href="https://en.wikipedia.org/wiki/Tokyo_Imperial_Palace">Imperial Palace</a></li>
<li><a href="https://sv.wikipedia.org/wiki/Tokyo_Tower">Tokyo Tower</a></li>
</ul>
</li>
</ul>
<div class="container">
<header>
<h1>City Gallery</h1>
</header>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<article id="a1">
<h1>London</h1>
<p>London is the capital city of England. It is the
most populous city in the <br>United Kingdom,
with a metropolitan area of over 13 million
inhabitants.</p>
<p>Standing on the River Thames, London has
been a major settlement for <br> two millennia, its
history going back to its founding by the
Romans, who <br> named it Londinium.</p>
</div>
</article>
<article id="a2">
<h1>
Bild 1
</h1>
<img src="1.jpg">
</div>
</article>
<article id="a3">
<h1>
Bild 2
</h1>
<img src="3.jpg">
</div>
</article>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>Copyright © DW</footer>
</div>
</body>
</html>