What is Image mapping in HTML and How to map images?: A single image with multiple hyperlinks is called as a image mapping. Specific areas of image are mapped known as Hotspot and each hotspot is a link. Image mapping is of two types client side image map and server side image map. Client side image map is independent of server and executes on client machine. All information in client side image map is loaded with image. It is faster than server side map. Usemap attribute of img tag identify that it is client side image map., while ismap attribute of img tag refers to server side image map. Usemap attribute of <img>, <map>, <area> this elements are used to create hyperlinks or a hotspot on image. Attribute of map tag is name which specifies name to the image. Attributes of area tag: 1. Href: path or url of html page 2. Shape: Specifies shape and have value...