HTML Structure - Page QuizS2C Home « HTML Structure - Page 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.This quiz.
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
6 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 2

The quiz below tests your knowledge of the material learnt in HTML5 Advanced - Lesson 2 - HTML Structure - Page.

Question 1 : Which of the following tags can be used multiple times within a HTML document?
- All of the <code>article</code>, <code>aside</code>, <code>nav</code> and <code>section</code> tags can all be used multiple times with a HTML document.
Question 2 : The <article> HTML tag is used to define content which could be considered separate, although related to, the content around it?
- The <code>article</code> tag is used to define self contained content such as a news article or blog post that could be displayed independently of the rest of the content of the page.
Question 3 : Which of the following HTML tags is an inline element?
- All of the <code>article</code>, <code>aside</code>, <code>nav</code> and <code>section</code> tags are block-level elements.
Question 4 : The <section> HTML tag is used for styling content?
- Although any tag can be used for styling content the main purpose of the <code>section</code> HTML tag is to create one or more sections within a HTML document. The <code>div</code> HTML tag should be used for styling text at block-level.
Question 5 : The <aside> HTML tag is used to define self contained content that could be displayed independently of the rest of the content of the page?
- The <code>aside</code> HTML tag is used to define content which could be considered separate, although related to, the content around it.
Question 6 : The <nav> HTML tag can be used for declaring?
- The <code>nav</code> HTML tag can be used for declaring any navigational bar.
Question 7 : The <section> HTML tag should contain should contain a <h2>-<h6> heading?
- The <code>section</code> HTML tag should contain a <code>h2</code>-<code>h6</code> heading.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Advanced Tutorials - Lesson 2 - HTML Structure - Page


What's Next?

In the next quiz we test your knowledge of image maps.