differentiate between containers and empty tags used in HTML
Answers
Answered by
4
Answer: 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.
hope it helps u...
Similar questions