-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBooking.html
31 lines (31 loc) · 941 Bytes
/
Booking.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
<html>
<head>
<title>TRAVEL BOOKING </title>
</head>
<body>
<style>
body{
background-image: url("img3.jpg");
background-size: 100%;
}
</style>
<p1 align= "center"> <h1>INTERNATIONAL TRAVELS </h1> </p1>
<p2 align= "center"> <h3> <i> (Domestic and International) </i></h3> </p2>
<p3 align= "center"> <h1> <em> Book Your Best Trip Here </em></h1> </p3>
<p4 align= "center"> <h3> "DISCOVER THE COLORFUL WORLD"</h3> </p4>
<h2>
<p style="font-family:Times;"><i>Click here for BOOKING </i></p></h2>
<ul>
<h3>
<li>Booking Of Hotels</li>
<li>Booking Flights</li>
<li>Train Booking</li>
<li>Car Rental</li>
<li>Tourist Services</li> </h3></ul>
<p align= "left"> <h3>
<li>One Day Sight Seeing</li>
<li>3/5/7/10 Days Travel Package</li> </h3> </p>
<br><button>More About Us </button></br>
<br><button>Contact Us</button></br>
</body>
</html>