map
A client-side image map. Used in conjunction with area to map links to certain regions of an image.
Attributes
- id is used to uniquely identify the element.
Optional Attributes
- class can be used to reference the element with CSS.
- title can be used to specify a title for the element.
Example
<map id ="atlas">
<area shape ="rect" coords ="0,0,115,90" href ="northamerica.html" alt="North America" />
<area shape ="poly" coords ="113,39,187,21,180,72,141,77,117,86" href ="europe.html" alt="Europe" />
<area shape ="poly" coords ="119,80,162,82,175,102,183,102,175,148,122,146" href ="africa.html" alt="Africa" />
</map>
Other Topics
HTML
: META ,HTML : NOSCRIPT ,HTML
: LI ,HTML
: MAP ,HTML : LABEL ,HTML
: INS ,HTML : INPUT ,HTML
: KBD ,HTML : LEGEND ,HTML : BR,CSS : Class selector,CSS : Sticky Footer Layout,CSS::STYLING FORMS, mechanical Engineering, English books,Photoshop tutorials,Harry potter,Best 100 english books,Mechanical-old-question-paper,CSS : Id Selector
No comments:
Post a Comment