Computer Science, asked by mhjabifatmi598, 7 months ago

give examples of container tag and empty tag​

Answers

Answered by thepunisher98
3

Answer:

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