VOOZH about

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

⇱ HTML | <img> ismap Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <img> ismap Attribute

Last Updated : 22 Jul, 2022

The HTML <img> ismap Attribute is a Boolean attribute. When exist, 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.

Note: This attribute is permitted only if the <img> element is a child of an <a> element with a proper href attribute.

Syntax: 

<img ismap>

Example: 

Output: 

Before clicking on the image:

 👁 Image
 

After clicking on the image: 

👁 Image
 

Supported Browsers: The browsers supported by <img> ismap Attribute are listed below:

  • Google Chrome
  • Edge 12 and above
  • Internet Explorer
  • Firefox
  • Apple Safari
  • Opera
Comment