+ 8
Why singleton tag doesn't requires a closing tag?
In html we many tags that not required to be closed like <img>,<br>. can anyone explain?
2 Answers
+ 7
Basically Singleton Used to Require Closing Tags but after updation of VERSION it doesn't need it anymore
+ 1
it's a matter of definition first of all. a possible explanation is that they are already closed.
but most browsers will get the idea even if you include a '/'.