Home » HTML » HTML Media » Question
  1. What can not be done by controls attribute?
    1. pause playback
    2. playback
    3. looping
    4. resume playback
    5. None of these
Correct Option: C

Controls attribute of <audio> element provides a user the facility of playback with volume, seeking, pause, resume playback. Looping can be done with loop attribute which is a Boolean attribute. It automatically seeks back to start when audio reaches to end.



Your comments will be displayed only after manual approval.