MCQ
Which HTML tag is used to define an image map?
A <map>
B <imagemap>
C <area>
D <usemap>
Explanation

The <map> tag is used to define an image map, which is used with <area> tags to create clickable regions on an image.