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 tags is used to add caption to a table?

<table-caption>
<tcaption>
<caption>
<tc>

2. Choose the correct option.

HTML files should have an extension .html
HTML files should have an extension .htm
Both A and B
None of the above

3. How the content of the following will be displayed when executed in browser?

<!DOCTYPE html>
<html>
<body>
<p>LetsFindCourse</p>
<p>Learning Made Easy!</p>
</body>
</html>

LetsFindCourseLearning Made Easy!
LetsFindCourse Learning Made Easy!
LetsFindCourse
Learning Made Easy!
<p>LetsFindCourse</p>
<p>Learning Made Easy!</p>

4. By using which of the following options, the border of table can be collapsed?

border-collapse:collapse
table-border:collapse
border:collapse
table-border-collapse:collapse

5. Which attribute is used to give destination address in <a> tag of HTML?

href
type
address
link

6. Choose the correct option.

Use of method attribute determines by which method the datas in the form will be submitted.
Method can be POST or GET.
Default method in HTML is GET.
All of the above

7. Which of the following HTML tag is used to create an unordered list?

ol
ul
sl
pl

8. How the HEX value of color represented in HTML?

#rrggbb
#rrbbgg
#ggrrbb
#bbrrgg

9. The _______ tag offers a way to structure your text into different paragraphs.

h
p
p2
h5

10. meta support which global attributes?

accesskey
class
hidden
All of the above

Results