'map' Syntax and Note : map « HTML Tag Reference « HTML CSS Reference






'map' Syntax and Note

Note:

This element specifies the coordinates of an image map. 
This element must be used with the <img> element and <area> element.
<img> defines the image.
<area> defines the area inside the image that is clickable and linked to 
another web page.
    
Syntax:
    
<map attributes events> . . . </map>
    

      
      








Related examples in the same category

1.'map' HTML Attributes
2.'map' Event Handlers
3.'map' CSS Attributes and JavaScript Style Properties
4.'map' Example
5.'map' Microsoft Behaviors
6.'map' JavaScript Properties
7.'map' JavaScript Methods
8.'map' JavaScript Collections