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. HTML tags are represented within

<>
()
[]
{}

3. A __________ is a part of JRE or Java Runtime Environment which loads Java classes into Java virtual environment.

class table
class loader
class grid
None of the above

4. Which of the following statements is false?

async and defer attributes of script tag execute before the DOMContentLoaded event
defer executes each script sequentially
async executes each script when it is ready
all older browsers supports async attribute

5. What color will hsl(0,100%,50%) give?

red
green
blue
black

6. How more than one option can be selected in drop down?

Use of multiple attribute inside <option> tag.
Use of multiple attribute inside <select> tag.
use of multiple attribute inside <text> tag.
It is not possible to select more than one option in drop down.

7. Which color will rgba(255,0,0,0) give?

red
black
tomato
white

8. Cookies are included with every HTTP request

TRUE
FALSE
Can be true or false
Can not say

9. By which tag, an ordered list is represented?

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

10. Which of the following is an inline element?

<p>
<h1>
<div>
<s>

Results