<html>
<head>
<title>HTML map Tag</title>
</head>
<body>
<img src ="your image path"
width="225" height="151" border="0"
alt="Gohil Infotech"
usemap ="#muellermap" />
<map id ="muellermap"
name="muellermap">
<area shape ="rect" coords ="90,80,120,151"
href ="javascript:alert('Me');"
alt="Me" />
<area shape ="poly" coords ="55,55,120,80,90,80,90,100,70,100,20,80,55,55"
href ="http://www.gohilinfotech.blogspot.in/" target="_blank"
alt="Mount Cook" />
<area shape ="poly" coords ="145,80,145,100,215,90,215,80,180,60,145,80"
href ="http://www.gohilinfotech.blogspot.in/" target="_blank"
alt="Mueller Hut" />
</map
</body>
</html>
Friday, 9 August 2013
HTML map Tag
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment