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

QWhich HTML element does YouTube utilise for its videos?

ID: #4792 HTML Basic MCQ 158 views
Question Info
#4792Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

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

  • A
      <iframe >  
  • B
      <frame >  
  • C
      <small >  
  • D
      <a>  
Correct Answer: Option A

Explanation


To embed a YouTube video in a webpage, you can use the <iframe> element, 
which allows you to embed an independent HTML document in the current webpage. 

The <iframe> element has a src attribute that specifies the URL of the video, 
as well as a number of other attributes that allow you to control the appearance and behavior of the video.

Share This Question

Challenge a friend or share with your study group.