Multiple choice html

Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is correct - image maps use AREA tags inside MAP tags to define clickable regions. Each AREA tag specifies shape coordinates (rectangles, circles, polygons) and the link destination, creating interactive hotspots that users can click on different parts of an image.