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. meta support which global attributes?

accesskey
class
hidden
All of the above

2. Choose the correct option.

Both HTML4 and HTML5 have local storage.
Both HTML4 and HTML5 do not have local storage.
Only HTML4 has local storage.
Only HTML5 has local storage.

3. The _________ attribute allows you to indicate to the browser about the direction in which the text should flow. 

lang
xml:lang
both a and b
dir

4. Choose the appropriate tag to get the content in browser as follows:

<html>
   <body>
   ______
   Johny Johny!
   Yes Papa
   ______
   </body>
   </html>



   Johny Johny!
   Yes Papa

<p>
<p>
<pre>
</pre>
<s>
</s>
<b>
</b>

5. In which year HTML was invented?

1990
1991
1992
1993

6. Vendor of Mozilla Firefox is?

Microsoft
Google
Mozilla
Netscape Communications Corp

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

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

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

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

9. Fill in the blank from the given options in order to display the paragraph in red colour font.

<!DOCTYPE html>
<html>
<body>
<p style="__________">LetsFindCourse</p>
</body>
</html>

color:red;
color=red;
text-color:red;
text-color=red;

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

Results