Computer Science, asked by ashishbajpai2504, 1 year ago

What is container tag ? How does it differ from empty tag

Answers

Answered by codeist
1
Simple,
container tags are tags which needs to be closed, eg. <P> content </P>

On the contrary, empty tags don't.
eg. <BR>
Similar questions