write the difference between empty tag and non empty tag
Answers
Answered by
43
:
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.
Answered by
18
Difference between empty tag and non empty tag is given below.
Explanation:
- The empty tag are those tag in which opening and closing of tag is inside one angular bracket where as non empty tag are those in which opening and closing of tag is in another angular bracket.
- <img/>, <br/> are some of the example of the empty tag <html> </html>,<p>,></p> are some of the example of non empty tag .
- Non empty tags need be wound across the text where as empty tag tags need not be wound across the text.
Learn More:
- brainly.in/question/16413276
Similar questions