HTML Quiz


Play this quiz that will help you to excel in HTML certification exams, placements etc. This HTML quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This HTML test enables you to assess your knowledge of HTML.

Take the Free Practice Test



HTML MCQs

Practice HTML MCQ Questions, which will help you to understand HTML related concepts and also helps you to prepare for web developer interviews and technical rounds.

HTML Quiz

Try Free HTML Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

HTML Quiz

1. Who is Known as the father of World Wide Web (WWW)?

Robert Cailliau
Tim Thompson
Charles Darwin
Tim Berners-Lee

2. What is the default value of target in <a> tag of HTML?

_self
_blank
_top
_parent

3. With the help of which tag, is a row defined in HTML?

<row>
<table-row>
<tablerow>
<tr>

4. Which of the following HTML tag is used to create an unordered list?

ol
ul
sl
pl

5. Which one of the following colors will be darkest?

rgb(30,30,30)
rgb(90,90,90)
rgb(120,120,120)
rgb (200,200,200)

6. What are the key components of Bootstrap?

CSS
Scaffolding
Both A and B
None of the above

7. Which attribute specifies the value associated with the http-equiv or name attribute?

charset
name
http-equiv
content

8. With respect to the HTML code given below, which line will have the highest font size?

<!DOCTYPE html>
<html>
<body>
<h1 style="font-size:15px;">Heading 1</h1>
<h3 style="font-size:30px;">Heading 3</h3>
<h5 style="font-size:20px;">Heading 5</h5>
</body>
</html>

Heading 1
Heading 3
Heading 5
All of the above

9. Choose the correct option.

Elements in HTML describes the way of presenting the content in the browser.
All elements must have atleast one attribute associated with it.
Both a and b.
None of the above

10. Which HTML tag is used to define a table?

<tb>
<tl>
<table>
<tab>

Results