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.
Click on the fruits to learn how it works:
Default CSS settings in most browsers is
area {
display: none;
}