HTML MCQ : Basics of HTML (Multiple Choice Question)

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