/    Sign up×
Reference /Pin to ProfileBookmark

The map tag, or Image Map element, is used to designate an image map (an image with clickable areas).

Syntax

The <map> tag must have the required name attribute to associate it with the <img>‘s usemap attribute. Inside the <map> tag are <area> tags that provide the coordinates of clickable areas in the image map.

<map name="examplemap">
  <area shape="circle" coords="75,75,75" href="example-one.html" alt="Click to go somewhere" />
  <area shape="circle" coords="275,75,75" href="example-two.html" alt="Click to go somewhere else" />
</map> 

<img usemap="#examplemap" src="https://via.placeholder.com/600x600" alt="A 600 x 600 image map" />

Attributes

name
This required attribute provides the name of the image map to associate it with the <img>‘s usemap attribute.

Browser Compatibilty

Demos

Have a code example of <map>? Submit a codepen.io demo and we'll showcase it here

to submit a demo.
HTML
×

Success!

Help @reference spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 7.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ,
analytics: Fullres
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,
)...