in Web Technologies recategorized by
1,734 views
0 votes
0 votes

In HTML, $<\text{map}>$ tag is used for

  1. defining a path between two nodes in an image
  2. defining clickable region in an image
  3. highlighting an area in an image
  4. defining the site-map of a web-site
in Web Technologies recategorized by
1.7k views

1 comment

B. defining clickable region in an image
0
0

3 Answers

0 votes
0 votes
B defining clickable region in an image.
0 votes
0 votes

The <map> tag is used to define an 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.

 

so option B is the correct answer.

 

0 votes
0 votes

B) defining clickable region in an image …

 

The tag is used to define an image map. An image map is an image with clickable areas…

 

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true