forked from aditi1403/Parallax_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmumbai.html
47 lines (46 loc) · 1.52 KB
/
mumbai.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MUMBAI</title>
<link rel="stylesheet" href="mumbai.css">
</head>
<body>
<div class="container">
<div class="nav">
<!-- <a href="#">ARK</a> -->
<a href="#">ABOUT</a>
<a href="#">BLOG</a>
<a href="#">EXPEDITION</a>
</div>
<div class="next">
<a href="agra.html">AGRA</a>
<a href="ladakh.html">LADAKH</a>
<a href="varanasi.html">VARANASI</a>
</div>
<div class="header">
<h1>MUMBAI</h1>
</div>
<div class="box"></div>
<div class="content">
<div class="info">
<h2>State: M.H.</h2>
<p>Altitude: 46 feet</p>
<p>Formerly known as Bombay, is the
capital city of the Indian state of
Maharashtra. It is the most populous
city in India and is often referred to as
the financial, commercial, and
entertainment capital of the country.</p>
</div>
<div class="places">
<h4>Places To Visit: Gateway of India,
Marine Drive, CSMT, Elephanta Caves,
Colaba Causeway</h4>
</div>
</div>
</div>
</div>
</body>
</html>