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 attribute specifies the value associated with the http-equiv or name attribute?

charset
name
http-equiv
content

2. In order to add space of 20px between cell content and its border of a table in html, which one of the following option is appropriate?

th,td{ padding: 20px;}
table{ margin:20px; }
table{ border : 20px;}
table{ padding: 20px; }

3. How many core attributes that can be used on the majority of HTML elements?

1
2
3
4

4. meta tags always go inside the ________ element.

div
title
head
img

5. ___________ refers to the speed in which web pages are downloaded and displayed on the user's web browser.

Web databases
Web performance
Web storage
Web data

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

7. Which attribute is global identifier for the item?

itemtype
itemid
itemprop
itemscope

8. Which color is #ff0000?

White
Black
Red
Blue

9. Default style of link can be changed by-

javascript
css
php
Cannot be changed at all.

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

url
time
tel
option

Results