Media QuizS2C Home « Media Quiz

The questions in these HTML quizzes are on the topics covered in the HTML5 Advanced section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.

HTML Advanced Quiz Summary

Click on a lesson in the table to go to that lesson for a refresher on the topics for that quiz.

Click on a quiz in the table to go straight to the quiz for a particular lesson.

HTML5 Advanced Lessons Description Quiz Info.
Lesson 1 - Scripting In this lesson we look at the scripting tags available in HTML.Quiz1
7 questions
Lesson 2 - HTML Structure - PageIn this lesson we take a final look at structural tags and how they affect the page structure of our HTML.Quiz2
7 questions
Lesson 3 - Image MapsIn this lesson we learn how to add interaction to our images.Quiz3
7 questions
Lesson 4 - MediaIn this lesson we learn about the media tags introduced in HTML5.This quiz.
7 questions
Lesson 5 - Graphics & VisualsIn this lesson we look at the graphical and visual tags introduced in HTML5.Quiz5
7 questions
Lesson 6 - Embedded ObjectsIn this lesson we learn how to embed objects in our web pages.Quiz6
6 questions
Lesson 7 - Inline FramesIn this lesson we learn how to define iframes which are inline frames that hold another document.Quiz7
6 questions
Lesson 8 - Widgets / MiscellaneousIn this lesson we learn about the widget and miscellaneous tags introduced in HTML5.Quiz8
6 questions
Lesson 9 - Advanced TablesIn this lesson we learn about advanced HTML table features.Quiz9
7 questions
Lesson 10 - Advanced FormsIn this lesson we learn about advanced HTML form features.Quiz10
8 questions

HTML Advanced Quiz 4

The quiz below tests your knowledge of the material learnt in HTML5 Advanced - Lesson 4 - Media.

Question 1 : The <track> HTML tag can be used as a standalone tag or in conjunction with other tags?
- The <code>track</code> tag must be used in conjunction with the <code>audio</code> or <code>video</code> tag.
Question 2 : Which HTML tag can be used in combination with the <audio> tag?
- The <code>source</code> tag can be used in combination with the <code>audio</code> tag to offer a selection of sources.
Question 3 : The src attribute is mandatory when using the <source> HTML tag?
- The <code>src</code> attribute is not mandatory when using the <code>source</code> tag in conjunction with the <code>picture</code> tag although it is when using the <code>source</code> tag in conjunction with the <code>audio</code> or <code>video</code> tags.
Question 4 : The <source> HTML tag is a self closing tag?
- The <code>audio</code> HTML tag is a self closing tag.
Question 5 : Which of these tags can be used in combination with the <source> HTML tag?
- The <code>source</code> HTML tag can be used with any of the <code>audio</code>, <code>picture</code> or <code>video</code> HTML tags.
Question 6 : Which of the following media HTML tags is a self closing tag?
- The <code>track</code> HTML tag is a self closing tag.
Question 7 : Which HTML tag can be used in combination with the <video> tag?
- The <code>source</code> tag can be used in combination with the <code>video</code> tag to offer a selection of videos.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Advanced - Lesson 4 - Media


What's Next?

In the next quiz we test your knowledge of graphical and visual HTML tags.