Images and Objects

map

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

Syntax

<map attributes> ... </map>

Example

<map id=”imagemap”> <area alt=”example” shape=”circle” coords=”0, 20, 50, 20” href=”http://www.htmlsoup.net” /> </map>

Related tags

CSS Properties

HTML attributes

Search the Soup!