HTML MCQ : HTML Tags Multiple Choice Question

Question 1
HTML tags are surrounded by __________ brackets.
A
Curly
B
Squart
C
Round
D
Angle
Question 2
HTML Tags are generally written in ____________.
A
Single
B
Pair
Question 3
Opening Tag of HTML Tag is called as __________.
A
Forward Tag
B
Ending Tag
C
Closed Tag
D
Starting Tag
Question 4
The end tag is written with a __________ slash before the tag name.
A
Backward
B
Forward
Question 5
HTML document contain 1 root tag called __________.
A
HEAD
B
TITLE
C
BODY
D
HTML
Question 6
HTML Tags may be in Uppercase or in Lowercase.
A
True
B
False
Question 7
HTML Tags are case sensitive. Are you agree with the statement ?
A
Yes
B
No
Question 8
Not all HTML Tags have Closing Tag associated with it.
A
True
B
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.
A
True
B
False
Question 10
Basic Fundamental Block is called as ___________.
A
HTML Element
B
HTML Attribute
C
HTML Tag
D
HTML Body
There are 10 questions to complete.