To link a part of image in html. rectangular,circle hotspot. Imagemap define a one or more clickable area in an image, the area can be specified using the co-ordinates of shape.
Demo1 Demo2
Html :
car.html
Live Demo:
Demo1 Demo2
Demo1 Demo2
Html :
car.html
<html>wheel.html
<body>
<img src="car.jpg" usemap="#car" >
<map name="car">
<area shape="rect " coords="240,226,300,300" href=wheel.html>
<area shape="rect " coords="470,221,511,580" href=wheel.html>
</map>
</body>
</html>
<center><img align="centre" src="wheel.jpg">
<h3>wheel </h3>
Durability <br><br>
Size : --
</center>
<h3>wheel </h3>
Durability <br><br>
Size : --
</center>
Live Demo:
Demo1 Demo2
0 comments:
Post a Comment