-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.21 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lagos</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1> All About Lagos </h1>
<p> Lagos is a city in Nigeria. It has a population of over two hundred million. It is in the South-Western part of the country. It is thge largest city in Nigeria, and it is nested strategically in one of the richest sub-saharan routes. There are different kinds of tribes living together peacefully in the city like:
<ul> Yorubas</ul>
<ul>Hausas </ul>
<ul>Igbos </ul>
<ul>Urhobo</ul>
</p>
<h2>
<img src="https://i.ytimg.com/vi/rPzv0-7J87A/maxresdefault.jpg" alt="national Arts Theatre">
</h2>
<h3>
<img src="https://cdn.britannica.com/36/191736-050-5726A7F4/view-Lagos-Nigeria.jpg" alt="lagos-nigeria">
</h3>
<h4>
<img src="https://qs-gen.com/wp-content/uploads/2016/09/iStock-900714740600.jpg" alt="Lagos-image">
</h4>
<h5>
<img src="https://www.worldmap1.com/map/nigeria/lagos/city_map_of_lagos.png" style="width:150px;height:250px;" alt="map-of-Lagos">
</h5>
<p>
Lagos is a very beautiful place and it has a lot tourist attractions and a very busy night life.
</p>
<script src="./script.js"></script>
</body>
</html>