Hello, friends today we will discuss about html questions and answers pdf, below we added some HTML MCQ with answers. HTML Interview question, answer.

HTML Multiple Choice Question MCQ's
1. What is full form of HTML
Hypher text Markup Language
Home Tool Markup Language
Hyper Tool Markup Language
-> Hyper text Markup Language
2. HTML tags are case sensitive
True
False
-> False
3. Basic fundamental block is called as ___
HTML tag
HTML body
HTML Attribute
HTML Element
->HTML tag
4. In HTML every tag have closing tag
True
False
-> False (br, hr don't have closing tags)
5. Which is correct tag for line breaking
<hr>
<br>
<h1>
-> br
6.What is the correct HTML for creating a hyperlink?
<a href="http://www.bestbcanotes.com">BCA Notes</a>
<a>http://www.bestbcanotes.com</a>
<a website-name="http://www.bestbcanotes.com">BCA Notes</a>
<a url="http://www.bestbcanotes.com">BCA Notes</a>
-><a href="http://www.bestbcanotes.com">BCA Notes</a>
7.which tag is used to make numbered list?
<hr>
<list>
<ol>
<ul>
-> <ol>
8. HTML program is saved using ____________ extension.
.htnl
.htl
C
.hml
.html
-> .html
9. .htm and .html extention are same
True
False
-> True
10.The end tag is written with a __________ slash before the tag name.
Backward /
Forward \
-> Backward /
Post a Comment