What is image map in HTML?
2021
What is image map in HTML?
- A.
It is the backup copy of the image.
- B.
It is a special image in which different area point to different locations on the web.
- C.
It contains the properties of the image. /
- D.
It contains the number of pixels in the image.
Attempted by 178 students.
Show answer & explanation
Correct answer: B
An HTML image map enables specific clickable areas within a single image to link to different URLs or locations. It utilizes the map and area tags to define interactive regions like rectangles or circles for user navigation, distinguishing it from standard image links.