Discussion :: HTML- CS
- In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished.
Answer : Option A
Explanation :
The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished.
Be The First To Comment