example of container tag
Answers
Answered by
3
Hi,
container tags are those tag which need to be closed.
for example <html></html>
<html> is starting tag or opening tag
</html> is closing tag
we can put text and other elements within opening and closing tags
some example of container tags are:-
1. html
2. head
3. body
4. title
5. p
and many more...
Hope it helps you.
Similar questions