HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

map

Description

The map element for HTML defines an image map in conjunction with any area element descendants.

Syntax

HTML

<map attribute-name="attribute-value"></map>

Attributes

Global

NameValueDescription
namenameName by which the map can be referenced

CSS

map
{
    display: inline;
}

Examples

1 · name

2 · CSS