-
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads.
-
- autoplay
- buffered
- controller
- preload
- None of these
Correct Option: D
Autoplay, preload, buffered, controller etc are the different kinds of attribute of video/audio element. Using autoplay, video/audio automatically begins to play. 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.