+ 2
Which tags do not need a closing tag ?
For example <input/> ,<img/>, ...
5 Answers
+ 2
Some examples are <br > and <hr >
Do not forget however, that attributes can still be added to these tags. š
+ 5
The "void" tags
+ 5
The void tags like <img >, <br >, <hr > , <meta> ...
+ 2
Nomeh Uchenna Gabriel Thank you! I searched about the void tags, that was helpful!
+ 1
Thanks, Andre Daniel