HTML Structure - Layout QuizS2C Home « HTML Structure - Layout Quiz

The questions in this HTML quiz are on the topics covered in the HTML5 Intermediate 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 Intermediate 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 Intermediate Lessons Description Quiz Info.
Lesson 1 - MetadataIn this lesson we find out how to import external CSS files, insert meta information into our HTML documents and insert inline style information.Quiz1
7 questions
Lesson 2 - HTML Structure - LayoutIn this lesson we introduce some structural tags and how they affect the layout structure of our HTML.This quiz.
7 questions
Lesson 3 - More Text TagsIn this lesson we finish our investigation of text tags.Quiz3
6 questions
Lesson 4 - More FormattingIn this lesson we take a final look at HTML formatting tags.Quiz4
6 questions
Lesson 5 - Further Into SemanticsIn this lesson we take a last look at semantic tags.Quiz5
6 questions
Lesson 6 - Definition ListsIn this lesson we look at definition lists.Quiz6
6 questions
Lesson 7 - Image FlexibilityIn this lesson we look at how to bring more flexibility to our images.Quiz7
7 questions
Lesson 8 - More About LinksIn this lesson we finish our investigation of links.Quiz8
6 questions
Lesson 9 - An Introduction To TablesIn this lesson we begin our study of tables.Quiz9
7 questions
Lesson 10 - Getting To Grips With FormsIn this lesson we take a first look at forms.Quiz10
8 questions

HTML Intermediate Quiz 2

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

Question 1 : What is the <div> tag used for in a HTML document?
- The <code>div</code> tag is used to group blocks of HTML together.
Question 2 : You can have multiple <header> tags within a HTML document?
- This is true, you can have multiple <code>header</code> tags within a HTML document.
Question 3 : What is the <span> tag used for in a HTML document??
- The <code>span</code> tag is used to group some inline HTML together for attribution or styling.
Question 4 : What type of tags are the <div> and <span> tags?
- The <code>div</code> and <code>span</code> tags are structural tags.
Question 5 : You can have multiple <main> tags within a HTML document?
- This is false, you should only have one <code>main</code> tag within a HTML document.
Question 6 : Alone the <div> and <span> tags do nothing. What must they be used with to affect our HTML pages?
- The <code>div</code> and <code>span</code> tags must be used in conjunction with CSS (or attribution).
Question 7 : The <main> element can appear anywhere within the <body> </body> element?
- The <code>main</code> tag must not appear within the <code>article</code>, <code>aside</code>, <code>footer</code>, <code>header</code> or <code>nav</code> tags.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Intermediate Tutorials - Lesson 2 - HTML Structure - Layout


What's Next?

In the next quiz we test your knowledge further with more HTML text tags.