Vidyalelo
HTML · Q37

HTML5

Programming · HTML · question 37

Q37

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

A.
loop
Answer
B.
autoplay
C.
seeking
D.
played

Answer: Option A

Solution

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