3.5. Client-Side Image Maps

HTML Element: <MAP NAME="..."> ... </MAP>
Attributes: NAME (required)

The MAP element enables the author to designate client---side image maps. This element enables the author to associate URLs with different regions of an image, a useful capability for creating toolbars and navigation images as well as for more traditional maps. These image maps are processed entirely in the user's browser, as opposed to server---side image maps provided by ISMAP or the image INPUT type (both are described in Chapter 18, “HTML Forms”), both of which require communication with the server to determine the action. The NAME attribute is required and provides a target for the USEMAP attribute of the IMG element. Each of the clickable ...

Get Core Web Programming, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.