Hacker News new | ask | show | jobs
by rebane2001 28 days ago
You cannot close HTML tags that way anyways, <br> and <br/> are the same, as are <div> and <div/>. The spec defines whether an element self-closes, the slash is just ignored.