Computer Science, asked by Nabilrahman1263, 10 months ago

Differentiate between container tags and empty tags.

Answers

Answered by Anonymous
0

refer above attachment!

Attachments:
Answered by mahalakshmit0710
2

Answer:

A container tag has both the start and the end tag. The text is inserted inside the beginning  and end tag of the container tag.

For example: <body>This is a container tag</body>.

The empty tag is a stand-alone tag. This implies that such a tag has beginning but no  ending tag.

For example: The <BR> tag is used for adding one line break. Such a tag does  not need an end.

Similar questions