-
Notifications
You must be signed in to change notification settings - Fork 3
/
Home.html
23 lines (21 loc) · 1.17 KB
/
Home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<body>
<center>
<h1>India</h1>
<map name="indiamap">
<area href="States/kashmir.html" shape="circle" title="kashmir" coords="154, 58, 30">
<area shape="polygon" coords="170, 556, 163, 495, 201, 466, 199, 513" href="States/tamilnadu.html" title="Tamil nadu">
<area href="States/karnataka.html" shape="rectangle" title="karnataka" coords="105, 408, 162, 485">
<area href="States/gujarat.html" shape="circle" title="Gujarat" coords="59, 278, 50">
<area href="States/madhyapradesh.html" shape="rectangle" title="madhya pradesh" coords="124, 258, 244, 305">
<area shape="circle" title="Chennai" coords="220, 467, 10">
<area shape="circle" title="Banglore" coords="165, 500, 10">
<area shape="circle" title="Gandhinagar" coords="79, 270, 10">
<area shape="circle" title="Bhopal" coords="176, 256, 10">
</map>
<p>
<img src="india.jpg" alt="india" usemap="#indiamap">
</p>
</center>
</body>
</html>