-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
43 lines (41 loc) · 2.82 KB
/
gallery.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
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="gallery.css">
</head>
<body>
<main>
<h1>Village Gallery</h1>
<table id="Gallery" border="1" cellspacing="0" width="100%" >
<tr>
<td width="40%">
<div class="v"> <img src="irrigation.jpeg" alt="irrigation image" height="410" width="500px"> </div>
<div class="v"> <img src="farming.jpeg" alt="fields" height="410" width="500px"></div>
<div class="v"> <img src="gurudwara kajri.jpeg" alt="gurudwara sahib" height="410" width="485px"></div>
<div class="v"> <img src="farm.jpeg" alt="farming image" height="410" width="500px"></div>
<div class="v"> <img src="farming tools.jpeg" alt="farming tool" height="410" width="500px"></div>
<div class="v"> <img src="sunset.jpeg" alt="sunset image" height="410" width="485px"></div>
<div class="v"> <img src="gurudwara kajri.jpeg" alt="gurudwara image" height="410" width="500px"></div>
<div class="v"> <img src="edu.jpeg" alt="education" height="410" width="500px"></div>
<div class="v"> <img src="prps hospital.jpg" alt="hospital image" height="410" width="485px"></div>
<div class="v"> <img src="homes.jpeg" alt="homes image" height="410" width="500px"></div>
<div class="v"> <img src="goats.jpeg" alt="pet animals image" height="410" width="500px"></div>
<div class="v"> <img src="coragen.jpeg" alt="pesticides image" height="410" width="485px"></div>
<div class="v"> <img src="edu.jpeg" alt="education" height="410" width="500px"></div>
<div class="v"> <img src="farms.jpeg" alt="agriculture image" height="410" width="485px"></div>
<div class="v"> <img src="crop cutting.jpeg" alt="crop cutting image" height="410" width="500px"></div>
<div class="v"> <img src="crop.jpeg" alt="crops image" height="410" width="500px"></div>
<div class="v"> <img src="swasth kendra.jpeg" alt="swasth kendra image" height="410" width="485px"></div>
<div class="v"> <img src="trolley.jpeg" alt="trolley image" height="410" width="485px"></div>
<div class="v"> <img src="kabaddi tournament.jpeg" alt="kabaddi tournament" height="410" width="485px"></div>
<div class="v"> <img src="std prps.jpg" alt="students of prps college" height="410" width="485px"></div>
</td>
</tr>
</table>
</main>
</body>
</html>