Computer Science, asked by aryandhingra05345, 1 year ago

difference between container and empty tag in html

Answers

Answered by Mansi1541
0
The rage which have both on and off tags are container tag while which only have on tag is called empty tag.
Answered by siddhartharao77
8

Container Tag:

⇒ It has both opening and closing tag.

Ex:  <html> ..... </html>

      <body>..... </html>



Empty tags:

⇒ It has only opening but not closing tag.

Ex: <br>, <hr>,<img>


Hope it helps!

Similar questions