+ 2
Do all HTML tag hve an end tag?
2 Respuestas
+ 5
No not all. <img> <hr> <br> and others have no end tags. In order to be XML compliant you used to want to end these tags like: <img /> ... but I don't think this is generally a thing anymore.
+ 1
Not all html tag have an end tag