Gallery Codding
Gallery Codding
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">
</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>