Advertisements
Advertisements
प्रश्न
Attributes of <area> tag is ______.
विकल्प
href
src
coords
data
alt
usemap
MCQ
रिक्त स्थान भरें
Advertisements
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
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 |
