Advanced Tables QuizS2C Home « Advanced Tables 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.Quiz4
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
7 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.This quiz.
7 questions
Lesson 10 - Advanced FormsIn this lesson we learn about advanced HTML form features.Quiz10
8 questions

HTML Advanced Quiz 9

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

Question 1 : Assuming all the following tags are present which must come first within the <table> HTML tag.
- The <code>col</code> HTML tag must come before the <code>th</code>, <code>thead</code> and <code>tr</code> HTML tags within the <code>table</code> HTML tag.
Question 2 : What must be used in conjunction with the <colgroup> HTML tag?
- Either the <code>col</code> HTML tag or the <code>span</code> attribute must be used with the <code>colgroup</code> HTML tag.
Question 3 : Which HTML tag is mandatory when using the <thead> HTML tag?
- Neither the <code>tbody</code> or <code>tfoot</code> HTML tags are mandatory when using the <code>thead</code> HTML tag.
Question 4 : Which of the following HTML tags is a self closing tag?
- The <code>col</code> HTML tag is self closing.
Question 5 : Which of the following HTML tags can appear multiple times within the <table> HTML tag?
- The <code>thead</code>, <code>tbody</code> and <code>tfoot</code> HTML tags can only appear once each within the <code>table</code> HTML tag.
Question 6 : The <thead> HTML tag must contain one or more <tr> HTML tags?
- The <code>thead</code> HTML tag must contain one or more <code>tr</code> HTML tags.
Question 7 : The order of the <thead> <tbody> and <tfoot> HTML tags within the <table> HTML tag doesn't matter?
- When present within the <code>table</code> HTML tag, the order of the <code>thead</code>, <code>tbody</code> and <code>tfoot</code> HTML tags must be: <code>thead</code> ---> <code>tbody</code> ---> <code>tfoot</code>.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Advanced - Lesson 9 - Advanced Tables

What's Next?

In the next quiz we test your knowledge of inline frames.