An image-map, with clickable areas:
![]()
The <map> tag is supported in all major browsers.
The <map> tag is used to define a client-side image-map. An image-map is an image with clickable areas.
The required name attribute of the <map> element is associated with the <img>'s usemap attribute and creates a relationship between the image and the map.
The <map> element contains a number of <area> elements, that defines the clickable areas in the image map.
Note: In HTML5, if the id attribute of the <map> tag is also specified, it must have the same value as the name attribute.
In XHTML, the name attribute is deprecated, and will be removed. Use the id attribute instead.
| Attribute | Value | Description |
|---|---|---|
| name | mapname | Required. Specifies the name of an image-map |
The <map> tag also supports the Global Attributes in HTML.
The <map> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.