About Course
HTML Introduction
HTML (HyperText Markup Language) is a primary markup language for creating websites. It consists of a series of codes used to structure texts, images, and other content to be displayed in the browser.
HTML Course Apply Link
Quiz HTML Basic
Start Quiz
Test your knowledge with W3docs’ basic quiz made especially for beginners in HTML. Pass the test and get a Certificate of achievement!
The Test
The test contains 20 questions and there is no time limit. The test is not official. It’s just a nice way to see how much you know about HTML.
Count Your Score
You will get 5% for each correct answer. At the end of the Quiz, your total score will be displayed out of 100% maximum score.
Enrich your knowledge
At the end of the quiz you can see all the questions with the right answers. There will also be notes about the answers which will lead you to the appropriate page on the platform to enrich your knowledge. Read our HTML tutorial if you are not sure that you are ready for the quiz.
Quiz Answers
The element must be located inside
the element
the element
Ans. the element
HTML stands for
Hyper Text Modul Language
Hyper Text Markup Language
Hyper Test Markup Language
Hyperlink Markup Language
Ans. Hyper Text Markup Language
Where we can use the
Which of the tags below must be located in the section of your page?
Ans. titel , meta, link
Which of the following tags is used to create an ordered list?
Ans. Ol
How to write an HTML Comment ?
// This is an HTML comment
/* This is an HTML comment */
h3 is the biggest heading tag.
True
False
Ans. False
How to make a text italic?
em>Some text.</em
italic>Some text.</italic
i>Some text.</i
strong>Some text.</strong
!– This is an HTML comment –
How to write an HTML Comment ?
// This is an HTML comment
/* This is an HTML comment */
!– This is an HTML comment —
Ans. !– This is an HTML comment –
h3> is the biggest heading tag.
True
False
Ans. False
How to make a text italic?
em>Some text.</em
italic>Some text.</italic
i>Some text.</i
strong>Some text.
Ans. i>Some text.< em>Some text.</em
Which of the following table tags is used to create a table row?
th
td
tr
table
Ans. tr
Which of the following optional table tags is used to add a short description above a table?
description
caption
title
Ans. Caption
Which is the correct HTML tag for a new paragraph?
paragraph
<p
pre
Ans. P
Which of the following answer options is not an HTML attribute?
alt
target
fontSize
id
Ans. Fontsize
What is the HTML form input used to send information of the form to the server?
input type=”server”
input type=”submit”
input type=”send”
input type=”mail
Ans. input type=”submit
Select block-level tags.
div
span
h1
P
Ans. div, h1, p
Select block-level tags.
div
span
h1
p
Ans. strong, p
h6> is the smallest heading tag.
True
False
Ans. True
What is called an element that does not have a closing tag?
Tag
Empty tag
Closed tag
Ans. Empty tag
Which of the following table tags is used to create a table data cell?
td
th
tr
table
Ans. td
Which element is not empty?
br
p
img
hr
Ans. p