![]() |
| Browser support | Info | ||||
|---|---|---|---|---|---|
| IE | FF | Op | Saf | Version | Depr. |
| Full | Full | Full | Full | HTML 3.2 | False |
The map element is used to define a client-side image map. An image map is used to assign different actions to different regions of an image or an object.
To impelent an image map, first you need to define an object or an image, then link it to the map by using the name of the map. Inside the map element the different areas are defined using the area element.
| Attribute | Description |
| name = text | Defines the name of the image map. |
Comments