Home » HTML » HTML Media » Question
  1. Consider the markup and answer the question that follow.
    <? controls autobuffer autoplay>
    </?>
    Which HTML5 element can replace the "?" ?
    1. <video>
    2. <audio>
    3. both <audio> & <video>
    4. <media>
    5. None of these
Correct Option: C

Autobuffer is a attribute for both <audio> and <video>, so we can replace it with either <audio> or <video>. As with the video element, you also have autobuffer and autoplay attributes for the audio element.



Your comments will be displayed only after manual approval.