HTML MCQ : HTML Tags Multiple Choice Question
Question 1 |
HTML tags are surrounded by __________ brackets.
Curly | |
Squart | |
Round | |
Angle |
Question 2 |
HTML Tags are generally written in ____________.
Single | |
Pair |
Question 3 |
Opening Tag of HTML Tag is called as __________.
Forward Tag | |
Ending Tag | |
Closed Tag | |
Starting Tag |
Question 4 |
The end tag is written with a __________ slash before the tag name.
Backward | |
Forward |
Question 5 |
HTML document contain 1 root tag called __________.
HEAD | |
TITLE | |
BODY | |
HTML |
Question 6 |
HTML Tags may be in Uppercase or in Lowercase.
True | |
False |
Question 7 |
HTML Tags are case sensitive. Are you agree with the statement ?
Yes | |
No |
Question 8 |
Not all HTML Tags have Closing Tag associated with it.
True | |
False |
Question 8 Explanation:
<br /> and <hr />tags does not have closing tag.
Question 9 |
HTML document will not be rendered if we forgot to write closing tag.
True | |
False |
Question 10 |
Basic Fundamental Block is called as ___________.
HTML Element | |
HTML Attribute | |
HTML Tag | |
HTML Body |
There are 10 questions to complete.