Computer Science, asked by yadvashaik, 1 year ago

What is a container tag.

Answers

Answered by aliya346
13

In HTML, the container is the area enclosed by the beginning and ending tags. For example < HTML > encloses an entire document while other tags may enclose a single word, paragraph, or other elements. In HTML code, all container must have a start and stop tag to close the container.


merajul61: These are called container tags because they contain something, within the two tags. For example, marks the beginning of aHTML page whereas marks the end. The content written within these tags is contained by the  tag. Hence the namecontainer tag.
Answered by yashgandhi74
15

Answer:

Container tags are ON and OFF tags, example of ON tag is the <HTML>tag and an example of OFF tag is the </HTML>

Container tag occur in pair - as ON and OFF tags.

They act on block of text.

Similar questions