Example
A server-side image-map:<a href="/tryit/html/htmlform_submit.php"> <img src="/images/w3html.png" alt="HTML" width="120" height="95" ismap="ismap" /> </a>
Definition and Usage
The ismap attribute specifies an image as a server-side image-map.
An image-map is an image with clickable areas.
When clicking a sever-side image map, the click coordinates are sent to the server as a URL query string.
Browser Support
The
ismap attribute supported in all major browsersSyntax
<img ismap="ismap" />
Was this information helpful?

