Create HTML image maps. Choose an image from your computer and highlight areas to create the HTML required for your image.

Generated HTML Output

Definition and usage

The <map> tag is used to define a client-side 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 usemap attribute and creates a relationship between the image and the map. The <map> element contains a number of <area> elements, that defines the clickable areas in the image map.

About

This tool makes it extremely easy to generate HTML based image maps. All work is done in the browser, so your image is never sent to a server.