+ 13
Coder 👩💻👨💻👩💻👨💻👩💻🇮🇳🇮🇳
✨✨The <area> tag defines the clickable areas or active areas inside the image-map which are associated with the hyperlinks. If you click on those areas then it will perform some action such as open a new image, new URL, etc. This tag is always used with <map> element.
✨✨Inside an image map different areas can be hyperlinked to various locations using multiple <area> elements in a single <map> element.
✨✨The <area> element is defined with (required) attributes shape and coords. The shape attribute specifies the shape of the area such as rectangle, circle, square, and polygon. The coords attribute defines the coordinates of areas inside the image



