HTML HTML Basic MCQ Question #4782
MCQ Single Best Answer Not Set

QWhich of the following HTML5 elements defines video or movie content?

ID: #4782 HTML Basic MCQ 180 views
Question Info
#4782Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <video>
    
  • B
    
    <media>
    
  • C
    
    <movie>
    
  • D
    
    <audio>
    
Correct Answer: Option A

Explanation


The <video> element was introduced in HTML5 and allows you to embed video content in a webpage. 
The <audio> element works in a similar way, but is used for embedding audio content. 
Both elements can be used to specify multiple source files in different formats, so that the browser can choose the most suitable one to play.

Share This Question

Challenge a friend or share with your study group.