Home » HTML » HTML Media » Question
  1. Which of the following is not a HTML5 tag?
    1. <slider>
    2. <track>
    3. <source>
    4. <video>
    5. None of these
Correct Option: A

<video> tag is used to display video clips in HTML5. Multiple media resources for media elements is specified by <source> tag. Text track for media elements i.e. <audio> & <video> is provided by <track> tag in HTML5. There is no such thing as slider tag in HTML5.



Your comments will be displayed only after manual approval.