Write the difference between container and empty tag/element.
Answers
Answered by
4
Explanation:
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.
Similar questions