-
Consider the markup and answer the question that follow.
<? controls autobuffer autoplay>
</?>
Which HTML5 element can replace the "?" ?
-
- <video>
- <audio>
- both <audio> & <video>
- <media>
- 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.