Hacker News new | ask | show | jobs
by goto11 1871 days ago
Yeah the trailing slash in <br /> is legal in HTML, but it doesn't actually make the tag self-closing. For example <b /> is still an opening tag which require a </b>.