RAWeb 1.1
Image map
- Client-side image map (
usemapattribute): image divided into clickable or neutral areas (nohrefattribute); - Server-side image map (
ismapattribute): image for which the browser transmits the coordinates of the pointer to the server, each set of coordinates corresponding to a resource (web page). Server-side image maps are extremely rare.
Note: in HTML5, the ismap attribute is obsolete and non-compliant for image type buttons (input type="image").