VOOZH about

URL: https://www.geeksforgeeks.org/html/html-ismap-attribute/

⇱ HTML ismap Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML ismap Attribute

Last Updated : 12 Jul, 2025

The HTML ismap attribute is a boolean attribute. When exists, it specifies that the image is a component element of a server-side image-map (an image-map is a picture with clickable areas). When clicking on a server-side image-map, the press coordinates square measure sent to the server as a URL query string

Applies to:

Syntax:

<img ismap>

Example: In this example, we display a "GeeksforGeeks" heading with an image. The image uses the ismap attribute, enabling clickable regions when used with a server-side image map in an <a> tag.

Output:

👁 Image

Supported Browsers:

The browser supported by HTML max Attribute are listed below:

Comment
Article Tags: