Design web page using image map coding
Answers
Answered by
0
Use the HTML <map> element to define an image map.
Use the HTML <area> element to define the clickable areas in the image map.
Use the HTML usemap attribute of the <img> element to point to an image map.
Similar questions