-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPracticeLondon.html
More file actions
38 lines (32 loc) · 1012 Bytes
/
Copy pathPracticeLondon.html
File metadata and controls
38 lines (32 loc) · 1012 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Practice1</title>
<style>
body{background-color: #BF2E33}
h1{text-align: center; color: #062778; font-style: oblique; font-size-adjust: auto}
p{text-align: justify; color: #FFFFFF}
li{color: #FFFFFF}
</style>
</head>
<body>
<h1>London</h1>
<table width="200" border="1" align="center">
<tbody>
<tr>
<td><img src="BritishFlag.png" width="535" height="266" alt=""/></td>
</tr>
</tbody>
</table>
<p>"London is a leading global city in the arts, commerce, education, entertainment, fashion, finance, healthcare, media, professional services, research and development, tourism and transportation. It is the world's largest financial centre and has the fifth-largest metropolitan area GDP in the world. London is often regarded as world cultural capital."</p>
<ul>
<li>West End</li>
<li>Docklands</li>
<li>Canary Wharf</li>
<li>Bloomsbury</li>
<li>Mayfair</li>
<li>Richmond upon Thames</li>
</ul>
</body>
</html>