HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML ismap Attribute

HTML ismap Attribute

 

 

The ismap attribute is a boolean attribute. When present, it specifies that the image is part of a server-side image map that has clickable areas. When we click on it, the click coordinates are sent to the server as a URL query string. This attribute only works when img element is present inside a element with a valid href attribute.

 

Used WIth:-

 

Element Attribute
img ismap

 

Syntax:-

 

Its syntax is:- < element ismap >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML