Vidyalelo
HTML · Q36

HTML5

Programming · HTML · question 36

Q36

In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded.

A.
controls
B.
audio Tracks
C.
autoplay
Answer
D.
currentSrc

Answer: Option C

Solution

Answer: Option C
Solution:
The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping.