-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloans.html
41 lines (41 loc) · 1.25 KB
/
loans.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
<html>
<head>
<title>loans and schemes for Farmers</title>
<style>
body{
background:linear-gradient(45deg, red 0 50%, green 50% 100%);;
}
td{
font-weight:bolder;
font-size: larger;
}
</style>
</head>
<body>
<center>
<h1 style="color:red;text-shadow: 1px 1px 10px black;">LOANS AND SCHEMES FOR FARMERS</h1>
</center>
<center>
<table>
<tr>
<td style="padding:10px"><a href="loansh.html"><img src="loansp.jpg" width="200" height="200"></a></td>
<td style="padding:10px"><a href="banksh.html"><img src="banks.jpg" width="200" height="200"></a></td>
<td style="padding:10px"><a href="schemesh.html"><img src="schemes.jpg" width="200" height="200"></a></td>
</tr>
<tr>
<td style="padding:10px;">LOANS PROVIDED</td>
<td style="padding:10px">BANKS PROVIDING LOANS</a></td>
<td style="padding:10px">SCHEMES AVAILABLE</td>
</tr>
<tr>
<td style="padding:10px"><a href="GovtShemes.html"><img src="govschemes.jpg" width="200" height="200"></a></td>
<td style="padding:10px"><a href="NationalSchemes.html"><img src="national.jpg" width="200" height="200"></a></td>
</tr>
<tr>
<td style="padding:10px">GOVERNMENT SCHEMES</td>
<td style="padding:10px">NATIONAL SCHEMES</td>
</tr>
</table>
</center>
</body>
</html>