Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded.

  2. A.

     controls

    B.

     audio Tracks

    C.

     autoplay

    D.

     currentSrc

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping.


Be The First To Comment