Computer Science, asked by Vatsal2008, 4 months ago

(B)What is the difference between the Container Tag and the Empty
Tag ? Give example.

Answers

Answered by nayanavikaskarpdk2v1
1

Answer:

Container tag consists of opening tag+content+closing tag . While empty tag is tag without content or a closing tag. ... Like if we want to insert an image or a line-break or a horizontal-line , we use <img />, <br />, <hr /> tags respectively. Empty tags can be used inside the container tags.

please mark as brainliest

Similar questions