-
Notifications
You must be signed in to change notification settings - Fork 0
/
kerala.html
39 lines (38 loc) · 2.27 KB
/
kerala.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
<!doctype html>
<head>
<title>kerala</title>
<style>
h1
{
color:#4BA41E;
text-shadow: 5px 2px #FDA60E;
font-size:650%;
font: bold Algerian;
}
.block {
display: block;
width: 100%;
border: dotted;
background-color: #F78E0A;
color: white;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}
.block:hover {
background-color: #ddd;
color: black;
}
</style>
<body style="background-color:#A3F679">
<h1 align="center">KERALA</h1>
<p>Kerela is a state on the southwestern Malabar Coast of India. It was formed on 1 November 1956, following passage of the States Reorganisation Act, by combining Malayalam-speaking regions. Spread over 38,863 km2 (15,005 sq mi), Kerala is the twenty-third largest Indian state by area. It is bordered by Karnataka to the north and northeast, Tamil Nadu to the east and south, and the Lakshadweep Sea to the west. With 33,387,677 inhabitants as per the 2011 Census, Kerala is the thirteenth-largest Indian state by population. It is divided into 14 districts with the capital being Thiruvananthapuram. Malayalam is the most widely spoken language and is also the official language of the state.</p>
<img src="kerela2.jpg" width="50%" height="350%"><img src="kerela3.jpg" width="50%" height="350%">
<p>Elephants have been an integral part of the culture of the state. Almost all of the local festivals in kerala include at least one richly caparisoned elephant. Kerala is home to the largest domesticated population of elephants in India—about 700 Indian elephants, owned by temples as well as individuals.These elephants are mainly employed for the processions and displays associated with festivals celebrated all around the state. More than 10,000 festivals are celebrated in the state annually and some animal lovers have sometimes raised concerns regarding the overwork of domesticated elephants during them.In Malayalam literature, elephants are referred to as the 'sons of the sahya '.The elephant is the state animal of Kerala and is featured on the emblem of the Government of Kerala</p>
<form action="http://www.kerela.gov.in" method="get" target="_blank">
<button class="block" type="submit" style="background-color:green">Click for more infomation</button>
</form>
</body>
</head>
</html>