disturbing between container tags and empty tags
Answers
Answered by
0
Answer:The container tag always wraps around text or graphics and comes in a set with an opening and a closing. ... On the other hand, the empty tag stands alone. The tag <br> is one that adds a line break. Empty tags do not have to be wrapped around text and do not require a closing.
CONTAINER TAG <html> is the opening tag </html> is the closing tag <a href=""> is the opening tag </a> is the closing tag
EMPTY TAG <img src=""> <br>
There are two kinds of tags: container and empty. The container tag always wraps around text or graphics and comes in a set with an opening and a closing. ... The tag <br> is one that adds a line break. Empty tags do not have to be wrapped around text and do not require a closing.
hope it helps
Similar questions