what is the difference between empty and container tag?
Answers
Answered by
3
Container elements are those elements which have starting tag as well as ending tag but empty elements are those elements which have starting tag but no ending tag
tyfxx:
thnx
Answered by
7
:
These are the tags which have no content inside them.
These tags have only starting tag but no end tags.
For example, <br> tag etc.
:
These tags have content inside them.
They have opening as well as closing tags.
For example, <html> tag, etc.
Similar questions