Animation - Study Mode
[#1] Which side of image map can be created using JavaScript?
Correct Answer
(B) Client side
Explanation
Solution: You can use JavaScript to create client side image map.
[#2] Which is the attribute used to enable the Client-side image map?
Correct Answer
(C) usemap
Explanation
Solution: Client side image maps are enabled by the usemap attribute for the “img” tag and defined by special “map” and “area” extension tags.
[#3] Which are the special tags used for image mapping?
Correct Answer
(A) map and area
Explanation
Solution: The special tags used for image mapping are map and area.
[#4] Which is the element that follows the use of “img”?
Correct Answer
(C) map
Explanation
Solution: The “map” element actually creates the map for the image and usually follows directly after the “img ” element.
[#5] What is the purpose of the area element?
Correct Answer
(B) Shape and coordinates of the hotspot
Explanation
Solution: The area element specifies the shape and the coordinates that define the boundaries of each clickable hotspot.