HTML5 map Tag

to image a map, for clickable regions.
<map name="andhra">
<area shape="rect" coords="0,0,82,126" alt="prkasam" href="http://google.com" />
<area shape="circle" coords="90,58,3" alt="hyderabad" href="http://hotmail.com" />
<area shape="circle" coords="124,58,8" alt="kadapa" href="http://yahoo.com" />
</map>
<img src="images/catwalk.gif" width="145" height="126" alt="Planets" usemap="#andhra" />