Advertisements
Advertisements
Question
Attributes of <area> tag is ______.
Options
href
src
coords
data
alt
usemap
MCQ
Fill in the Blanks
Advertisements
Solution
Attributes of <area> tag are href, coords, and alt.
Explanation:
- href → Specifies the link destination when the area is clicked.
- coords → Defines the coordinates of the clickable region.
- alt → Provides alternative text for the area (accessibility).
Why others are incorrect:
- src → Used in <img>, not <area>.
- data → Not a standard attribute for <area>.
- usemap → Used with <img>, not <area> (It links the image to the map.)
shaalaa.com
Lists in HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The <ol> tag defines an ______.
An unordered list was created using the ______ tag.
State whether the following statement is True or False.
An unordered list can be numerical or alphabetical.
State whether the following statement is True or False.
A multilevel list can be created in HTML5.
State whether the following statement is True or False.
The ‘controls’ attribute is not used to add play, pause, and volume.
List within another list either ______ list or ______ list is called nested list.
Match the pair.
| Column A | Column B |
| 1) <ul> | a) Client side image map |
| 2) usemap | b) CSS Property |
| 3) color | c) bulleted list |
| 4) <img> | d) Image as a submit button |
| 5) <input type = image> | e) inserts an image |
