-
What can not be done by controls attribute?
-
- pause playback
- playback
- looping
- resume playback
- 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.