Image Map
Image Maps
The HTML <map>
tag defines an image map. An image map is an image with
clickable areas. The areas are defined with one or more <area>
tags.
How Does it Work?
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.
How to Create Image Map!
HTML Image Tags
Tag | Description |
---|---|
<img> | Defines an image |
<map> | Defines an image map |
<area> | Defines a clickable area inside an image map |
<picture> | Defines a container for multiple image resources |
No comments:
Post a Comment