differentiate between container and empty elenent
Answers
Answered by
0
Answer:
Container tag consists of opening tag+content+closing tag . While empty tag is tag without content or a closing tag. ... Like <body> , <div> etc are container tags as we put some content inside them.
Explanation:
Hope it helps
Answered by
3
....................☜☆☞ ....................
Container elements HTML container elements require a starting as well as an ending tags. e-g <HTML>, <HEAD>, <BODY>. They affect the text appearing between their starting and ending tags. Empty elements HTML empty elements require just a starting tag and not an ending tag.
....................☜☆☞ ....................
Similar questions