What is the between container elements and empty element explain example
Answers
Answered by
0
Answer:
Container tag consists of opening tag+content+closing tag . ... Like <body> , <div> etc are container tags as we put some content inside them. But empty tags are used to insert something. Like if we want to insert an image or a line-break or a horizontal-line , we use <img />, <br />, <hr /> tags respectively.
Similar questions