forked from DevaGaneshB/HTML
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathExp25.HTML
More file actions
17 lines (16 loc) · 719 Bytes
/
Exp25.HTML
File metadata and controls
17 lines (16 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--HTML Code for image mapping-->
<html>
<head>
<title>Map</title>
</head>
<body align="center">
<h2>NOTE:Click on the state's for more information</h2>
<br><br><br><img src="map1.png" alt="SOUTH" usemap="#map">
<map name="map">
<area shape="rect" coords="269,287,362,329" alt="TAMILNADU" href="file:///F:/Web%20Prog%20Lab/EXP25(TN).HTML">
<area shape="rect" coords="218,349,259,360" alt="KERALA" href="file:///F:/Web%20Prog%20Lab/EXP25(KR).HTML">
<area shape="rect" coords="169,178,245,228" alt="KARNATAKA" href="file:///F:/Web%20Prog%20Lab/Exp25(KA).html">
<area shape="rect" coords="298,52,412,101" alt="ANDHRA PRADESH" href="file:///F:/Web%20Prog%20Lab/Exp25(ap).html">
</map>
</body>
</html>