Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads.
    1. autoplay
    2. buffered
    3. controller
    4. preload
    5. 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.



Your comments will be displayed only after manual approval.