0% found this document useful (0 votes)
15 views2 pages

Index Coding Neet New

The document is an HTML template for a home page featuring links to various sections including Domestic Tours and International Tours. It showcases popular destinations such as Himachal Pradesh, Rajasthan, Kerala, Dubai, Singapore, and London with accompanying images. The layout includes a navigation table and a banner image at the top.

Uploaded by

Harendra Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Index Coding Neet New

The document is an HTML template for a home page featuring links to various sections including Domestic Tours and International Tours. It showcases popular destinations such as Himachal Pradesh, Rajasthan, Kerala, Dubai, Singapore, and London with accompanying images. The layout includes a navigation table and a banner image at the top.

Uploaded by

Harendra Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html>
<head>
<title>Home Page</title>

</head>

<body>

<table style="width:100%;">

<tr style="background:orange;">
<td align="center" style="padding:10px;"><a
href="index.html">Home</a></td>
<td align="center" style="padding:10px;"><a
href="about.html">About Us</a></td>
<td align="center" style="padding:10px;"><a href="domestic-
tour.html">Domestic Tour</a></td>
<td align="center"><a href="international-
tour.html">International Tour</a></td>
<td align="center" style="padding:10px;"><a
href="contact.html">Contact</a></td>
<td></td>
</tr>
<tr>
<td colspan="6"><img src="images/banner.jpg"
style="width:100%;"></td>
</tr>
<tr>
<td colspan="6" style="padding:20px 30px;"><h2>Domestic
Tour</h2>
</td>
</tr>
<tr>
<td colspan="2" style="padding:20px 30px;"><img
src="images/himachal.jpg" style="width:400px;">
<h3>Himachal Pradesh</h3>
</td>
<td colspan="2" style="padding:20px 30px;"><img
src="images/rajasthan.jpg" style="width:400px;">
<h3>Rajasthan</h3>
</td>
<td colspan="2" style="padding:20px 30px;"><img
src="images/kerala.webp" style="width:400px;">
<h3>Kerala</h3>
</td>
</tr>
<tr>
<td colspan="6" style="padding:20px 30px;">
<h2>International Tour</h2>
</td>
</tr>
<tr>
<td colspan="2" style="padding:20px 30px;">
<img src="images/dubai.webp" style="width:400px;
height:267px;">
<h3>Dubai</h3>
</td>
<td colspan="2" style="padding:20px 30px;">
<img src="images/singapore.jpg" style="width:400px;
height:267px;">
<h3>Singapore</h3>
</td>
<td colspan="2" style="padding:20px 30px;">
<img src="images/london.jpg" style="width:400px;
height:267px;">
<h3>London</h3>
</td>
</tr>
</table>

</body>
</html>

You might also like