This course has already ended.

HTML Quiz

Introduction

You have (hopefully) already completed the introductory quizzes in the previous section. Here are a few more questions to test your knowledge on HTML before actually creating your first HTML document.

You can search answers to the questions from W3Schools or MDN.

What does HTML stand for?

Who is making the Web standards?

Choose the correct HTML element for the largest heading:

What is the correct HTML element for inserting a line break?

Choose the correct HTML element to define important text

What is the correct HTML for creating a hyperlink?

Which of these elements are all <table> elements?

How can you make a numbered list?

How can you make a bulleted list?

What is the correct HTML for making a checkbox?

What is the correct HTML for making a text input field?

What is the correct HTML for inserting an image?

Which HTML element is used to specify a footer for a document or section?

Which HTML element defines navigation area?

Which HTML element is used to specify a header for a document or section?

Which doctype is correct for HTML5?

How do you define comments in HTML?

Posting submission...