Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start playing as soon as it is loaded.
    1. audio Tracks
    2. currentSrc
    3. controls
    4. autoplay
    5. 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.



Your comments will be displayed only after manual approval.