Container Tag contain both the on and off tags while tags contain only the on tags
Answers
Answered by
2
Answer:
- Container tag contain both the on and off tags while empty tags contain only the on tags.
Explanation:
- In HTML, there are two types of tags. They are - (i) Container tags and (ii) Empty tags.
- Container tags have both starting as well as closing tag. Example, - <b> tag, <u> tag, <i> tag, <body> tag and so on.
- Empty tags are those that has only opening tag and no closing tag. They don't require any closing tag. Example, - <br/> tag, <img/> tag, <hr/> tag and so on.
Similar questions