A. Comment tag कमेंट टैग
B. Document tag डाक्यूमेंट टैग
C. Container tag कंटेनर टैग
D. None of the above इनमे से कोई भी नहीं
Correct Answer is :
C. Container tag
Explanation
in HTML there are two type of tag:
1) Singular or Empty Tags : these are inline or single tag which note required to close.
2) Paired or Container tag: tease type of tag contain some data(text/image) or another tags inside it. it require to close so that it also known as paired i.e. opening and closing tags.