Defines a image with different clickable regions(image-map). It is used together with the area tag to define the clickable areas. The id attribute is required for this element. Block-level element
<map attributes> ... </map>
<map id=”imagemap”> <area alt=”example” shape=”circle” coords=”0, 20, 50, 20” href=”http://www.htmlsoup.net” /> </map>