Advertisements
Advertisements
Question
Attributes used with <audio> tag:
Options
autoplay
href
controls
cntrl
loop
bgsound
MCQ
Advertisements
Solution
autoplay, controls, and loop
Explanation:
- autoplay → Automatically starts playing the audio when the page loads.
- controls → Displays play/pause and volume controls.
- loop → Repeats the audio continuously.
Why others are incorrect:
- href → Used in links, not in <audio>.
- cntrl → Not a valid HTML attribute.
- bgsound → Old/deprecated tag, not used with <audio>.
shaalaa.com
Images in HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
______ tag is used to specify video on an HTML document.
The ______ tag is used to embed audio files on Webpages.
______ tag is used to specify video on an HTML document.
The ______ tag is used to embed audio files on Webpages.
Attributes used with <audio> tag ______.
- autoplay
- href
- controls
- cntrl
- loop
- bgsound
