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
D
currentSrc
Correct Answer: autoplay
The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping.