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

Gallery Codding

The document is an HTML webpage for a gallery, featuring a structured layout with a navigation menu and a collection of images. It includes styling for the body, table, and images, ensuring a visually appealing presentation. The footer contains copyright information and social media icons.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Gallery Codding

The document is an HTML webpage for a gallery, featuring a structured layout with a navigation menu and a collection of images. It includes styling for the body, table, and images, ensuring a visually appealing presentation. The footer contains copyright information and social media icons.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html>
<head>
<title>Gallery</title>
<link rel="stylesheet" href="css/style.css">
<style>
body{font-family:arial;
}
table, th, td {

height:80px;
}
table, th, td, img
{
text-align:center;
}

</style>
</head>
<body>
<table style="width:100%;" cellpadding="5" border-collapse="0">
<tr ><td colspan="6" bgcolor="#3A6D0B"><img src="image/logo.png" width="250"
height="80"></td></tr>
<tr width="100%" bgcolor="#214202" class="clr">

<td align="center" ><a href="index.html">Home</a></td>


<td align="center"><a href="about.html">About</a></td>
<td align="center"><a href="Safari-Timimg.html">Safari Timimg</a></td>
<td align="center"><a href="gallery.html">Gallery</a></td>
<td align="center" ><a href="faq.html">Faq</a></td>
<td align="center"><a href="contact.html">Contact</a></td>

</tr>

<tr>
<td colspan="6"><h2 style="padding:0 50px;
text-align:center;font-weight:bold;font-size:40px;">Gallery</h2><td>
</tr>
<tr>
<td><img src="image/ranthambore12-b.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/26-b.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/35-b.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/Ranthambore_National_Park_1.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/tiger3.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/ranthambore_57.jpg" style="width:250px; height:200px;"></td>
</tr>
<tr>
<td><img src="image/ranthambore-national-park_24.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/ranthambore-national-park_10.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/ranthambore-national-park_4.jpg" style="width:250px;
height:200px;"></td>
<td><img
src="image/animal-parenting-moment-pictures-creative-nature-photography-idea-9.j
pg" style="width:250px; height:200px;"></td>
<td><img src="image/chamelian.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/loin.jpg" style="width:250px; height:200px;"></td>
</tr>

<tr>
<td><img src="image/ranthambore-national-park_2.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/ranthambore-national-park_1.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/ranthambore-national-park4.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/rabit.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/ranthambore_54.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/ranthambore_75.jpg" style="width:250px; height:200px;"></td>
</tr>

<tr>
<td><img src="image/beauty-of-nature.jpg" style="width:250px;
height:200px;"></td>
<td><img src="image/vulture.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/maxresdefault.jpg" style="width:250px; height:200px;"></td>
<td><img
src="image/animal-parenting-moment-pictures-creative-nature-photography-idea-9.j
pg" style="width:250px; height:200px;"></td>
<td><img src="image/chamelian.jpg" style="width:250px; height:200px;"></td>
<td><img src="image/loin.jpg" style="width:250px; height:200px;"></td>
</tr>

<tr class="back">
<td colspan="2"><img src="image/logo.png" width="250" height="80"></td>
<td colspan="2"> <p style="color:white;">All Right Reserved</p></td>
<td colspan="2" class="social"><img src="image/facebook.png" width="20"
height="20"><img src="image/twitter-old.png" width="20" height="20"><img
src="image/YOUTUBE.png" width="20" height="20"><img
src="image/Pronto-Web-Solutions-Icon.png" width="20" height="20"></td>
</tr>

</table>
</body>
</html>

You might also like