Report Bug
Qus : In HTML, tags that include both start and end tag are called
QusHTML में वे टैग जिनमें स्टार्ट और एंड टैग दोनों शामिल होते हैं, कहलाते हैं

A. Comment tag
B. Document tag
C. Container tag
D. None of the above


Solution
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.




Report Bug