-
In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over again when finished.
-
- autoplay
- seeking
- loop
- played
- None of these
Correct Option: C
The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished. With autoplay, it ensures whether video/audio should play immediately after loading page. Seeking returns whether user is currently seeking video/audio. Timeranges representing played parts of audio/video is set by played attribute.