PDA

View Full Version : What is an image map?



PoolMaster
07-22-2019, 01:12 AM
hi

What is an image map?

John-Smith
07-22-2019, 01:31 AM
In HTML and XHTML, an image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of the image to different destinations. For example, a map of the world may have each country hyperlinked to further information about that country.

Pooja16
07-22-2019, 01:58 AM
In HTML and XHTML, an image map is a list of coordinates regarding a selected image, created so as to link areas of the image to completely different destinations (as opposed to a normal image link, during which the entire area of the image links to one destination).

HosTechS
07-22-2019, 02:33 AM
An image map is basically a very useful tool. It allows you to jot down multiple clickable areas on an image and have them each link to a different place. Say for instance you are thinking of a geographic map, and being able to click different regions to go to more detailed maps of that region.

RH-Calvin
07-22-2019, 03:52 AM
In HTML and XHTML, an image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of the image to different destinations (as opposed to a normal image link, in which the entire area of the image links to a single destination).

rais_26
07-22-2019, 04:06 AM
An image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of the image to different destinations.

seomark13
07-22-2019, 05:43 AM
An image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of the image to different destinations so that google can crawl it and improve your seo ranking

vinu
07-22-2019, 07:20 AM
In Web page development, an image map is a graphic image defined so that a user can click on different areas of the image and be linked to different destinations.

vijayshah1140
07-22-2019, 08:13 AM
It is a graphic image defined by which user can click different areas of the images and linked to a different destination

Saravanan28
07-26-2019, 09:10 AM
Image map is a DOM element defined with the <map> tag. It is used in conjunction with <img> elements to specify an image with clickable areas. The <map> tag has multiple <area> elements, and each of them defines a separate clickable area in the image map.

Pihu
07-29-2019, 06:26 AM
An image map is an image that acts as a link, but instead of simply acting as a link to a single page, the image acts as a link to multiple pages.

yuva12
07-29-2019, 09:46 AM
The map tag is used to make clickable areas of the image which can be very helpful sometimes such as:

For design, when you want to make a clickable area on an image.
For games, if you need to make for example your students to click on the correct part of the image.

vinu
07-31-2019, 04:26 AM
An imagemap on the WWW permits the web document writer to include in its document the ability for a viewer to "click" on a portion of a GIF or JPEG (or any other image) file. There are three components in a Web page image map.
An image: a normal web image, usually stored in the GIF or JPEG format.
A set of map data: a description of the mapped regions within the image.
An HTML host entry: the HTML code that positions the image within the web page and designates the image as having map functionality.

asad1997
08-01-2019, 01:46 AM
An image map is an image that acts as a link, but instead of simply acting as a link to a single page, the image acts as a link to multiple pages