In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished.
A
loop
B
autoplay
C
seeking
D
played
Correct Answer: loop
The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished.