HTML More Text Tags QuizS2C Home « HTML More Text Tags 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.Quiz2
7 questions
Lesson 3 - More Text TagsIn this lesson we finish our investigation of text tags.This quiz.
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 3

The quiz below tests your knowledge of the material learnt in HTML5 Intermediate - Lesson 3 - More Text Tags.

Question 1 : Which of the following tags allows their content to look like computer code?
- The <code>code</code>, <code>samp</code> and <code>kbd</code> tags all format their content to look like computer code.
Question 2 : The <sub> and <sup> tags affect the placement of text on a line?
- This is true, the <code>sub</code> and <code>sup</code> tags place text lower and higher on the line respectively.
Question 3 : What is the <samp> tag used for in a HTML document??
- The <code>samp</code> tag is used to display sample output code.
Question 4 : The <code>, <kbd> and <samp> tags all render in the same way and so it doesn't matter which one is used?
- Although the <code>code</code>, <code>samp</code> and <code>kbd</code> tags render in the same way you should still ensure you use each tag in the right context for correctness and future proofing.
Question 5 : We should always use CSS instead of the <sub>, and <sup> tags?
- Similar effects can be achieved with a little CSS and with greater control but the <code>sub</code> and <code>sup</code> tags can cut down on CSS definitions and have their place in HTML.
Question 6 : Where type of tags are the <code>, <kbd>, and <samp> tags?
- The <code>code</code>, <code>kbd</code> and <code>samp</code> tags are text tags.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Intermediate Tutorials - Lesson 3 - More Text Tags


What's Next?

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