Home » HTML » Html miscellaneous » Question
  1. Which of the following elements in HTML5 defines video or movie content?
    1. <movie>
    2. <audio>
    3. <media>
    4. <video>
    5. None of these
Correct Option: D

The media to which linked document is optimized is given by <media> tag. Before HTML5, videos could only be played with a plug-in (like flash). The HTML5 video element specifies a standard way to embed a video in a web page. As like <video> elements, <audio> element contains additional files or streams like music, recording, etc.



Your comments will be displayed only after manual approval.