Q36
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded.
A.
controls
B.
audio Tracks
C.
autoplay
AnswerD.
currentSrc
Answer: Option C
Solution
Answer: Option C
Solution:
The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping.