'usemap' Syntax and Note : usemap « HTML Attributes Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » usemap 
'usemap' Syntax and Note

Note:
    
This attribute sets the image map for the map element. 
The value of this attribute must either be the URL of an image map, or 
"#" followed by the id attribute value of a <map> element on the same page.
    
Syntax:
    
<element usemap="value">
    

      
      
Related examples in the same category
1.'usemap' Example
2.usemap is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.