Thursday 22 November 2012

image map example

<html> <head> <title>Imagemap</title> </head> <body> <div> <img alt="" src="india_map.jpg" style="border-style:none" usemap="#india_map" /> </div> <div> <map id="india_map" name="india_map"> <area shape="poly" alt="" coords="58,257,76,261,89,257,91,261,99,252,136,265,154,292,142,318,138,329,129,344,121,340,120,301,110,325,83,327,58,295,81,288" href="1.html" title="" /> </map> </div> </body> </html>

No comments:

Post a Comment