|
|
Return to HTML 4.01 element index page
Name: Client-Side Image Map
<map> ... </map>
Description: Creates a container for an image map.
Browser Compatibility: NN: 1.0+ / IE: 2.0+ / Opera: 4+
| Attributes: |
|
Code Example:
<map name="menumap">
<area shape="rect" coords="192,0,248,26" href="goto-one.html">
<area shape="rect" coords="133,0,191,26" href="goto-two.html">
</map>
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/