-
Which of the following elements in HTML5 defines video or movie content?
-
- <movie>
- <audio>
- <media>
- <video>
- 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.