Q75.Marks: +2.0UGC NET Paper 2: Computer Science 2020
In HTML, <map>
1.defining a path between two nodes in an image
2.defining clickable region in an image✓ Correct
3.highlighting an area in an image
4.defining the site-map of a web-site
Solution
The correct answer is option 2.
Key Points
The <map> tag is used to define an image map. An image map is an image with clickable areas.
The required name attribute of the <map> element is associated with the <img>'s use map attribute and creates a relationship between the image and the map.
An image map is made up of an image with clickable areas. When you click on the image, it will open to a new or previously selected destination.