You are on page 1of 10

MINI PROJECT

FLYERS AND RIDERS


AIM:
To develop a web application by implementing all web sources
such as HTML, CSS, JavaScript etc.
PROBLEM STATEMENT:

DESCRIPTION:
This web page is an application of travel agency where we can
book for tours and travels easily. This web page is developed using
HTML and CSS.
Using HTML we can easily develop simple web applications
and insert styles for our web page using style sheets. JavaScript is
used for interactive response reply from the user.

PROGRAM:
INTRO:
<html>
<head>
<title>
coromal tours
</title>
</head>
<body>
<table bgcolor="navy" width="100%" height="100">
<tr> <td>
<h1><center><font face="forte" size="10" color="white">Coromal Flyers &
Riders</h1></font></center>
</tr> </td><br></table>
<img src="C:\Users\Admin\Pictures\intro2.jpg" width="1500" height="400"/>
<h1><font face="algerian" color="navy"><center>Welcome to
Coromal</font></h1></center>
<p><h3><center>Book specials at Coromal flyers & riders packages at Tourism
Coromal.com.Himachal Tour & holiday packages can be customized.
Plan a great vacation with us and have your dream paradise in your front.We avail splendid
packages for all seasons in reasonable prices.Our best packages are for all age groups from 6
to 60.Explore exciting tours and holidays with coromal!!</p></center>
<center><a href="contact.html">CONTACT US</a>
<a href="aboutus.html">ABOUT US</a>

<a href="packages.html">ABOUT PACKAGES</a></center><hr>


<a href="new.html"><h3><font face="georgia" color="maroon"><center>click to visit our
packages!</h3></font>
<table>
</body>
</html>

PACKAGES:
<html>
<head>
<title>
packages
</title>
</head>
<body>
<body background="C:\Users\Admin\Pictures\background.jpg"/>
<h1>Our other Packages include..</h1><br>
<h2>NorthIndia Tours</h2>
<ul>
<li>Darjelling</li>
<li>Shimla</li>
<li>manali</li>
<li>chirapunji</li>
<li>ajantha caves</li>
<li>ellora</li></ul>
<h2>SouthIndia Tours</h2>
<ul>
<li>jog falls</li>
<li>goal gumbaz-Bijapur</li>
<li>big temple</li>
<li>udagamandalam</li>
<li>cochin</li>
<li>ernakulam</li>
</ul></body>
</html>

<html>

<head>
<title>
<new>
</title>
</head>
<h2><font face="Script MT bold" color="navy">Our Massive Holiday Packages!!
</font><h2>
<table width="100%" border="0">
<tr valign="top">
<td width="25%">
<center><img src="C:\Users\Admin\Pictures\khajira.jpg" height="200"
width="300"/></center>
<h2><i><center><font face="Cooper black" color="purple"><b>holy
pilgrims</h2></i></b></font>
<h3><center>05 Nights/06 days</h3><h1><center><font color="maroon">15,800/</font></center>
<a href="booknow.html"><center><h6>Book Now</h6></a>
</td>
<td height="400" width="25%">
<center><img src="C:\Users\Admin\Pictures\shimla.jpg" height="200"
width="300"/></center>
<h2><i><center><font face="Cooper black" color="purple">cool
holidays</h2></i></font>
<h3><center>06 Nights/07 days</h3><h1><center><font color="maroon">10,300/</font></center>
<a href="booknow.html"><center><h6>Book Now</h6></a>
</td>
<td width="25%">

<center><img src="C:\Users\Admin\Pictures\tajmahal.jpg" height="200"


width="300"/></center>
<h2><i><center><font face="Cooper black" color="purple">wonders
visit</h2></i></font>

<h3><center>10 Nights/11 days</h3><h1><center><font color="maroon">19,650/</font></center>


<a href="booknow.html"><center><h6>Book Now</h6></a>
</td>
<td width="25%">

<center><img src="C:\Users\Admin\Pictures\kerala.jpg" height="200"


width="300"/></center>
<h2><i><center><font face="Cooper black" color="purple">historic
india</h2></i></font>
<h3><center> 08 Nights/09 days</h3><h1><center><font color="maroon">9,800/</font></center>
<a href="booknow.html"><center><h6>Book Now</h6></a>
</td>
</tr>
</body>
</html>

BOOK:
<html>
<head>
<title>
booknow
</title>
</head>
<body>
<body bgcolor="plum"/>
<h1><center><font face="forte" size="10" color="navy">Book Now</h1></font></center>

<form>
<h5><font face="georgia" color="navy">

Enter name: <input type="text"name="name"/><br><br><br>

Mail ID:

<input type="text" name="id"/><br><br><br>

Package name: <input type="text" name="package"/><br><br><br>


No of People:<br>
Adults:
<input type="text" name="adu"/>Children:<input type="text"
name="child"/><br><br><br>
Comments: <input type="text" height="2mm" width="5mm"
name="comment"/></h5></font>
<a href="done.html"><h3><i>Done</i></h3></a>
</form>
</html>

DONE:
<html>
<head>
<title>
<done>
</title>
</head>
<body><br><br>
<body bgcolor="plum"/>
<h1><center><i><font face="comic sans MS" size="10" color="maroon"/>Get Ready on
Air</i></font>
</center></h1>
<p><h3><center>we have received your booking....Get into your mail to see your
confirmation<br></h3>
<h1><center>THANKYOU!!!</center></h1><br><marquee><h1><font face="forte"
color="navy"/>VISIT AGAIN~~~</marquee>
</body></html>

RESULT:
Thus the web page is developed implementing the concepts of web
application.

You might also like