Single Choice Not Set

QWhich of the following does not qualify as an HTML5 tag?

ID: #4780 HTML Basic MCQ 189 views
Question Info
#4780Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

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

  • A
    
    <video>
    
  • B
    
    <track>
    
  • C
    
    <source>
    
  • D
    
    <slider>
    
Correct Answer

Explanation

The < video > tag is used to display video clips in HTML5, and the < source > tag is used to specify multiple media resources for media elements such as < audio> and < video >.
The < track >tag is used to provide a text track for media elements, and there is no such thing as a slider tag in HTML5.
These HTML5 elements are used to add multimedia content to a webpage and can be customized using attributes and CSS.
It is important to use the correct tags and elements in order to create a well-structured and properly formatted webpage.

Share This Question

Challenge a friend or share with your study group.