Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished.

  2. A.

     loop

    B.

     autoplay

    C.

     seeking

    D.

     played

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished.


Be The First To Comment