-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic-nabh.htm
More file actions
33 lines (31 loc) · 759 Bytes
/
basic-nabh.htm
File metadata and controls
33 lines (31 loc) · 759 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
<html>
<head>
<title>Dubai Tourism</title>
</head>
<body>
<h1 align= "center">
<font color ="maroon" face = "Arial">
Welcome To Dubai
</font>
</h1>
<hr width = "40%" size = "5" color = "red">
<p>
<hr width = "30%" size = "5"color = "red">
<img src = "bur.jpg" align= "right" height = "150" width = "150" alt = "Burj-Al-Arab">
<h2>Enjoy the world of pure masti</h2>
</p>
<p>
The following is a list of major tourist attractions in Dubai:
</p>
<ul>
<li>
<a href = "morning.html"> Morning</a> - Dolphinarium and Palm Dubai
<li>
<a href = "evening.html"> Evening</a> - Ski Dubai and Cruise
</ul>
<p>
<br>
<center> For enquiries, write at dubai@gmail.com</center>
</p>
</body>
</html>