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