Html sop7 image mapping
<!DOCTYPE html>
<html><head><title>image map</title></head>
<body bgcolor="pink">
<h1> An example of image Map</h1>
<map name="imagemap">
<img src="Tulips.jpg" usemap="#imagemap" alt="Image ofTulip"> <area href="http://www.google.com" shape="rect" coords="0,0,93,65" alt="google site"/> <area href="http://www.gmail.com" alt="gmail site" shape="circle" coords="118,140,40" alt="great wall of china"/> <area href="http://www.unipune.ac.in" alt="unipune" shape="poly" coords="145,187,198,215,245,280,305"/>
</map>
</body></html>
Comments
Post a Comment