Horje

The Image

The image is inserted using the <img> tag. The only difference from other images is that you must add a usemap attribute: The usemap value starts with a hash tag # followed by the name of the image map, and is used to create a relationship between the image and the image map. Tip: You can use any image as an image map!
index.html
Example: HTML
<img src="workplace.jpg" alt="Workplace" usemap="#workmap">




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Image Maps
Uploaded by:
Admin