/

HTML / CSS / JavaScript Tutorial

HTML Standard attribute: ismap

[this page | pdf | back links]

The HTML ismap attribute indicates if an <img> element is a server-side image-map.

 

Valid attribute values (when used with <img> elements) include:

 

Value

Description

ismap

Specifies whether the <img> element is part of a server-side image-map, i.e. has clickable areas. The click coordinates are then sent to the server as part of the URL query string. It is only allowed if the <img> element is a descendant of an <a> element with a valid href attribute.

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes


Desktop view | Switch to Mobile