More About Links QuizS2C Home « More About Links 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.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.This quiz.
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 8

The quiz below tests your knowledge of the material learnt in HTML5 Intermediate - Lesson 8 - More About Links.

Question 1 : What does a relative url normally consist of?
- A <em>relative url</em> is the address for a page of a site EXCLUDING the protocol and server name.
Question 2 : Where can we put the <base> HTML tag?
- The <code>base</code> HTML tag must be placed within the <code>head</code> <code>/head</code> element.
Question 3 : What is an absolute url?
- An <em>absolute url</em> is the complete address for a page of a site INCLUDING the protocol and server name.
Question 4 : What does the <base> HTML tag allow us to do?
- The <code>base</code> HTML tag allows us to set a base URL location in our HTML documents to let us use relative URLs to point to addresses in our web pages.
Question 5 : What is a base url?
- A <em>base url</em> is the address for a homepage of a site.
Question 6 : You can have one or more <base> elements witin a HTML document?
- You can have zero or one <code>base</code> elements witin a HTML documentet.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Intermediate Tutorials - Lesson 8 - More About Links


What's Next?

In the next quiz we test your knowledge on the basics of HTML tables.