______ map is used for server side image mapping.
Answers
Answered by
11
Answer:
With such maps, an image is drawn, and when the user clicks on it, the coordinates of the click are sent to a server-side program. Client-side image maps are simpler and more efficient than server-side ones and should be used when all you want to do is associate a fixed set of URLs with some predefined image regions.
Answered by
0
Answer:
When present, it specifies that the image is part of a server-side image-map (an image-map is an image with clickable areas). When clicking on a server-side image-map, the click coordinates are sent to the server as a URL query string.
Similar questions