Difference between container tag and empty …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Nazmine Parween 4 years, 3 months ago
- 1 answers
Related Questions
Posted by Anshika Agrawal 1 year, 6 months ago
- 2 answers
Posted by Kishan Mishra 1 year, 6 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Niharika ,Garg 1 year, 2 months ago
- 0 answers
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 4 years, 3 months ago
Container tag consists of opening tag+content+closing tag. While empty tag is tag without content or a closing tag.
Container tags are used to enclose texts, images etc. Like <body>, <div> etc are container tags as we put some content inside them.
But empty tags are used to insert something. 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. Like you can insert a line-break or an image anywhere in your page but it should be inside some container tag.
0Thank You