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 of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a data element?

The value is the value of the element’s value attribute if it has one, or the empty string otherwise
The value is the item created by the element
The value is the element’s datetime value
The value is item’s scope

2. Which color will rgb(0,255,0) give?

red
green
tomato
blue

3. Choose the incorrect option.

action attribute is used inside starting tag of form.
With the use of action, we can redirect to a page once submit button is clicked.
<form action:"home.php"> redirects to the page home.php
None of the above

4. Which one of the following can be used to define the spacing between the cells of a table?

border-spacing
spacing
cell-spacing
table-spacing

5. Choose the correct option.

In HTML, rr,gg,bb of #rrggbb represents red, green and black color in hex values.
In HTML, rr,gg,bb of #rrggbb represents red, grey and black color in hex values.
In HTML, rr,gg,bb of #rrggbb represents red, grey and blue color in hex values.
In HTML, rr,gg,bb of #rrggbb represents red, green and blue color in hex values.

6. Which of the following are features of Bootstrap?

It provides an open-source for use
Bootstrap has Compatibility with all browsers
Easy to use and fast
All of the above

7. User can request for any web page by just entering a _________ into address bar.

text
keyword
URL
All of the above

8. Metadata is used by browsers, search engines, and other web services.

TRUE
FALSE
Can be true or false
Can not say

9. Which one of the following is used for adding paragraph in HTML?

<pre>
<p>
<para>
<pg>

10. Which one of the following tag is used for creating a hyperlink?

<link>
<hyperlink>
<a>
<title>

Results