Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM __________ sets or returns the volume of the audio/video.
    1. video Tracks
    2. src
    3. volume controls
    4. volume
    5. None of these
Correct Option: D

Src attribute gives current source of audio/video element. The videoTrack list is returned representing available video tracks by video track attribute. Volume attribute sets the current volume of video/audio.



Your comments will be displayed only after manual approval.