-
Notifications
You must be signed in to change notification settings - Fork 0
/
Image Mapping - India Map.html
25 lines (18 loc) · 1.94 KB
/
Image Mapping - India Map.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
<!DOCTYPE html>
<head>
<title>Document</title>
</head>
<body>
<h2 align="center"><u><I>IMAGE MAPPING</I></u></h2>
<img src="https://www.indiatravelblog.net/wp-content/uploads/2020/05/india-states-and-union-territories-map-.png" alt="country" align="center" usemap="#map">
<map name="map">
<area target="_blank" shape="rect" coords="500,224,206,64" alt="JK" href="https://en.wikipedia.org/wiki/Jammu_and_Kashmir_(union_territory)">
<area target="_blank" shape="rect" coords="249,909,399,1133" alt="Karnataka" href="https://en.wikipedia.org/wiki/Karnataka">
<area target="_blank" shape="poly" coords="27,580,69,584,99,569,104,584,123,572,157,563,184,573,210,603,242,636,241,668,230,693,233,714,227,732,209,743,191,766,185,733,180,702,168,684,158,698,142,718,128,726,108,733,75,722,55,700,39,669,70,660,96,643,74,639,50,648,36,633,16,611,12,595" alt="Gujarat" href="https://en.wikipedia.org/wiki/Gujarat">
<area target="_blank" shape="poly" coords="642,446,664,452,689,465,713,470,718,480,732,475,751,478,807,478,800,500,809,514,803,523,806,541,783,547,770,570,727,568,708,577,693,582,658,578,630,581,633,564,624,550,639,528,672,520,648,506,650,491,643,488,663,478,634,452" alt="Bihar" href="https://en.wikipedia.org/wiki/Bihar">
<area target="_blank" shape="rect" coords="260,556,591,704" alt="MP" href="https://en.wikipedia.org/wiki/Madhya_Pradesh">
<area target="_blank" shape="poly" coords="61,457,99,415,125,427,158,422,171,406,198,377,237,328,270,357,294,371,311,406,322,415,323,433,333,426,356,418,362,435,384,456,378,475,403,477,342,523,351,541,374,548,356,559,364,576,356,591,327,584,301,605,319,569,290,565,289,558,269,563,269,585,271,614,254,637,221,621,217,599,199,582,171,574,157,562,126,563,112,540,107,515,89,516,82,502,94,481" alt="Rajasthan" href="https://en.wikipedia.org/wiki/Rajasthan">
<area target="_blank" shape="rect" coords="581,689,777,834" alt="Orissa" href="https://en.wikipedia.org/wiki/Odisha">
</map>
</body>
</html>