Horje
How Does it HTML Image Maps?

The idea behind an image map is that you should be able to perform different actions depending on where in the image you click.

To create an image map you need an image, and some HTML code that describes the clickable areas.

The image is inserted using the <img> tag. The only difference from other images is that you must add a usemap attribute:


Example of HTML Image Map

<img src="https://itupto.com/avatar.png" alt="Workplace" usemap="#workmap">





Related Articles
What is HTML Image Maps HTML Image Maps
How Does it HTML Image Maps? HTML Image Maps
How to create HTML Image Map HTML Image Maps
How to create HTML Image Imap Shape="circle" HTML Image Maps
How to create HTML Image Map Shape="poly" HTML Image Maps
How to create HTML Image Map and JavaScript HTML Image Maps

Single Articles
Example of HTML Image MapHTML Image Maps

Read Full:
HTML Image Maps
Category:
Web Tutorial
Sub Category:
HTML Image Maps
Uploaded by:
Admin
Views:
75


Reffered: https://www.w3schools.com/html/html_images_imagemap.asp