HTML area tag

HTML <area> tag is used specifically for marking area inside image-map. It is always nested along <map> tag creating relationship between image and map.

Note : This typical <area> tag is supported by all modern browsers.




Click on the fruits to learn how it works:

Fruits apple banana Mango

Default CSS settings in most browsers is


area {
display: none;
}

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *