Hello to everyone I know you are thinking now what is the image
map in our Html or pages.
Image Map is an image that you can link by the tag shape
area or the position link by using images.
Any image that is subdivided into regions that point to
different pages is called an Image Map.
There are two ways that you can put an image map on your page: by using Client
Side image maps or Server Side image maps. Client side scripting is when the
coordinates for the image map is stored on an HTML page.
Server side image maps store the coordinates for the image map on the page's
web server. Because Client Side image maps are quicker loading and easier to
understand, we will only explain how to implement Client Side image maps.


