[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-MAP
Used to specify a client-side image map, which provides clickable image "hotspots" that have associated URL's.
Attributes
Specifies a name for the image map used for referencing through the usemap="" attribute of the <img> element.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-MAP
Map
UsageUsed to specify a client-side image map, which provides clickable image "hotspots" that have associated URL's.
Attributes
name="" (required)
Specifies a name for the image map used for referencing through the usemap="" attribute of the <img> element.
Live Example
<html> <head><title></title></head> <body> <map name="areas"> <area shape="rect" coords="7,5,71,21" href="http://warebiz.tripod.com/cpp.htm"> <area shape="rect" coords="80,5,143,21" href="http://warebiz.tripod.com/html.htm"> <area shape="rect" coords="154,5,219,22" href="http://warebiz.tripod.com/qbasic.htm"> </map> <img src="imgmapping.jpg" border=0 usemap="#areas"> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
