I\'ve tried checking other answers, but I\'m still confused — especially after seeing W3schools HTML 5 reference.
I thought HTML 4.01 was supposed to \"allow\" singl
doesn't need an end tag. As per W3S:
The tag is an empty tag which means that it has no end tag.
It's also supported by all major browsers.
For more information, visit here.