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. Which one of the following does not hold true regarding GET method in HTML?

Use of GET method in HTML is more secured.
Use of GET method enables us to bookmark the page.
GET has size limitation.
None of the above

2. 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

3. The Local Storage is designed for storage that spans multiple windows, and lasts beyond the current session.

Yes
No
Can be true or false
Can not say

4. Which one of the following value of target attribute opens the linked url in a new tab?

_self
_blank
_top
_parent

5. Which of the following defines the title of a work?

<cite>
<hr>
<a>
<address>

6. Fluid layout is necessary for creating an app that is 100 % wider and covers all the screen width.

TRUE
FALSE
Can be true or false
Can not say

7. By which tag, an unordered list is represented?

<u>
<I>
<ul>
<ol>

8. How many HTML heading tags are there?

3
4
5
6

9. Which of the following does not lie under the attribute of <input> and is not supported by Opera?

url
time
tel
option

10. To add a property to an item, the itemprop attribute is used on one of the item's descendants.

Yes
No
Can be yes or no
Can not say

Results