Computer Science, asked by rahulprasad8811, 5 months ago

differentiate between container tag and empty tag.​

Answers

Answered by jollyanindya
6

Answer:

Container tag consists of opening tag+content+closing tag . While empty tag is tag without content or a closing tag. ... Like if we want to insert an image or a line-break or a horizontal-line , we use <img />, <br />, <hr /> tags respectively. Empty tags can be used inside the container tags.

Answered by Akshitakirola
4

container tag consists of open tag + content + closing tag therefore the tag which required only opening not closing in an html document is basic all Termed as empty tag

Similar questions