HTML MCQ : Basics of HTML (Multiple Choice Question)

Question 36
HTML Tags may be in Uppercase or in Lowercase.
A
False
B
True
Question 37
HTML Tags are case sensitive. Are you agree with the statement ?
A
Yes
B
No
Question 38
Not all HTML Tags have Closing Tag associated with it.
A
False
B
True
Question 38 Explanation: 
<br /> and <hr />
tags does not have closing tag.
Question 39
HTML document will not be rendered if we forgot to write closing tag.
A
False
B
True
Question 40
Basic Fundamental Block is called as ___________.
A
HTML Attribute
B
HTML Element
C
HTML Tag
D
HTML Body