MAP
The map element defines an image map in conjunction with any area element descendants.
SYNTAX
HTML
<map attribute-name="attribute-value"></map>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
name | name | Name by which the map can be referenced |
CSS
map {
display: inline;
}