HTML MCQ : Basics of HTML (Multiple Choice Question)
Question 41 |
HTML Tags may be in Uppercase or in Lowercase.
True | |
False |
Question 42 |
HTML Tags are case sensitive. Are you agree with the statement ?
No | |
Yes |
Question 43 |
Not all HTML Tags have Closing Tag associated with it.
False | |
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.
False | |
True |
Question 45 |
Basic Fundamental Block is called as ___________.
HTML Body | |
HTML Element | |
HTML Attribute | |
HTML Tag |