differentiate between container tag and empty tag ?
plz send me fast
Answers
Answered by
6
Hey mate ❣❣
Container tags = Tags which needs both on tag and off tag .On tag uses angle brackets (> and <) While Off tag uses a forward slash(/) after the opening of the angle bracket (<)
E.g - Paragraph tags <P> and </P>
Empty tags = Tags which doesnt needs an ending tag which means it only has a on tag..
E.g = <BR>tags..
Hope that helps ❤❤
Follow me ❣❣
Container tags = Tags which needs both on tag and off tag .On tag uses angle brackets (> and <) While Off tag uses a forward slash(/) after the opening of the angle bracket (<)
E.g - Paragraph tags <P> and </P>
Empty tags = Tags which doesnt needs an ending tag which means it only has a on tag..
E.g = <BR>tags..
Hope that helps ❤❤
Follow me ❣❣
paras200650:
hi
Answered by
6
:
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