Vidyalelo
HTML · Q26

HTML5

Programming · HTML · question 26

Q26

In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads.

A.
preload
Answer
B.
autoplay
C.
buffered
D.
controller

Answer: Option A

Solution

Answer: Option A
Solution:
The preload property allows the author to provide a hint to the browser about what he/she thinks will lead to the best user experience. This attribute may be ignored in some instances.