What is the difference between empty and container tag
Answers
Answered by
2
Here is your answer ⤵⤵⤵
A container tag is a tag which needs both starting and ending tag.
For example- <HTML>
An empty tag is a tag which only needs the starting tag.
For example- <br>
HOPE IT HELPS YOU ☺☺ !!
guddijasbir:
Thanks a lot
Answered by
2
empty tags do not have closing tags.
where is container tags have closing tags.
empty tag is also called stand alone tag. container tag is called couple tag.
Examples of empty tag is <br >
Examples of container tag is <p> </p>
Similar questions