-
In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start playing as soon as it is loaded.
-
- audio Tracks
- currentSrc
- controls
- autoplay
- None of these
Correct Option: D
Control attribute is used to set whether audio/video should display controls. AudioTrack list representing audio tracks is set by audio track. The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping. A current src of audio/video is returned by currentSrc.