answersLogoWhite

0

What is usemap attribute in the html?

Updated: 10/19/2022
User Avatar

Wiki User

12y ago

Best Answer

It is used when creating image maps. You are basically telling the map that is to be used in conjunction with the image. You can set up a map with co-ordinates of the places you want to be able to click or show text for. You then tell the image to use that map with the USEMAP attribute.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is usemap attribute in the html?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the term for a picture or graphic that contains a link?

In HTML speaking it is called mapped image, you have image mapped that have link. The HTML tag for this is : <map name="..."></map> and to apply it on a image you add the attribute usemap="#mapName"


How do you create a webApp that includes an inteactive map of a Zoo and recognizes when the user is at an exhibit and sends them the information?

With html, you can add a "usemap" attribute to the image tag, which would let you define coordinates of different points on the image and actions to take when each point is clicked.


What is differences between tags and attribute?

A tag is a declaration of a HTML object whereas an Attribute is a property of an object.


Which attribute specifies the name of the image to display in HTML?

There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.


The color of a hyperlink that has not been clicked can be specified by setting what attribute in the BODY HTML tag?

The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.


How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using JavaScript.


Is width a tag in HTML?

This is not a tag. It is an attribute and part of CSS


How do you align in HTML?

Align is an attribute included in the HTML format. You can align the position to be right, left or center.


What is transparency in HTML?

Transparency is an attribute of CSS in HTML. Any header or text can be put to transparent using this property.


What is an HTML attribute used for?

In HTML, atttribute provides additional information about HTML element. Attribute of HTML element is written in start tag and usually come in name/value pair e.g. name="value". Attribute names and values are case sensative and it is recommented by W3C to write them in lower case. Some attributes which can be used on any HTML element are: classs, id, style, title etc. Attribute values should always be quoted in single or double quotes. The best practice is to use double quotes around values.


Which attribute of an HTML form tells the browser how to encode the information?

The enctype attribute indicates how the form data should be encoded. It is placed in the form tag inside it.


What is an attribute used for?

In HTML, atttribute provides additional information about HTML element. Attribute of HTML element is written in start tag and usually come in name/value pair e.g. name="value". Attribute names and values are case sensative and it is recommented by W3C to write them in lower case. Some attributes which can be used on any HTML element are: classs, id, style, title etc. Attribute values should always be quoted in single or double quotes. The best practice is to use double quotes around values.