HTML Formatting QuizS2C Home « HTML Formatting Quiz

The questions in this HTML quiz are on the topics covered in the HTML5 Basics 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 Basics 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 Basics Lessons Description Quiz Info.
Lesson 1 - Starting OutIn this lesson we gather the tools we need to get started on our journey into the world of HTML.Quiz1
7 questions
Lesson 2 - First HTML WebpageIn this lesson we discuss the syntax of a HTML element and do our first practical.Quiz2
7 questions
Lesson 3 - HTML Structure - DocumentWhat is the document structure of a HTML page, we find out in this lesson.Quiz3
7 questions
Lesson 4 - Text TagsIn this lesson we take our first look at HTML text tags.Quiz4
7 questions
Lesson 5 - FormattingIn this lesson we take our first look at HTML formatting tags.This quiz.
8 questions
Lesson 6 - Inline SemanticsIn this lesson we take a first look at the inline semantic HTML tags available.Quiz6
10 questions
Lesson 7 - ListsIn this lesson we learn how to create ordered and unordered lists.Quiz7
7 questions
Lesson 8 - ImagesIn this lesson we learn how to enhance the look of our web pages with images.Quiz8
6 questions
Lesson 9 - LinksIn this lesson we learn about getting from A to B using links.Quiz9
6 questions
Lesson 10 - Language TagsIn this lesson we learn about the different language tags.Quiz10
7 questions

HTML Basics Quiz 5

The quiz below tests your knowledge of the material learnt in HTML5 Basics - Lesson 5 - Formatting.

Question 1 : What HTML tag do we use for an acronym?
- We use the <code>abbr</code> tag for an acronym. The <code>acronym</code> tag was used for this in HTML4 but was removed in HTML5.
Question 2 : What tag should we use to enclose paragraphs of text?
- We use the <code>p</code> tag to enclose paragraphs of text.
Question 3 : What tag should we use to create a carriage return in our HTML documents?
- We use the <code>br</code> tag to create a carriage return in our HTML documents.
Question 4 : The <p> tag places the enclosed content on a new line?
- The <code>p</code> tag places the enclosed content on a new line and also adds a little space above and below it.
Question 5 : Which tag is used to supply contact information?
- The <code>address</code> tag is used to supply contact information.
Question 6 : Which tag is used for defining a change of theme on a topic or subject?
- The <code>hr</code> tag defines a change of theme on a topic or subject.
Question 7 : Which attribute do we use in conjunction with the <abbr> tag to specify the phrase or word being abbreviated or acronymised?
- We use the <code>title</code> attribute in conjunction with the <code>abbr</code> tag to specify the phrase or word being abbreviated or acronymised.
Question 8 : What else happens to the contents of the <address> tag apart from being placed on a new line?
- The contents of the <code>address</code> HTML tag are italicised.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Basic Tutorials - Lesson 5 - Formatting


What's Next?

The next quiz is all about Inline Semantics tags.