Re: Untrue error

Hi—

> Hello, I'd like to report that the Nu HTML Checker marked a part of my code (which includes the Bootstrap 5 framework) as containing a stray </hr> end tag, while the code itself has both <hr> and </hr>.

the “hr” element has no end tag: https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element.

You can (and for conformance, should) remove the “</hr>” end tag.

Best,

 Jens.

--
Jens Oliver Meiert
https://meiert.com/

Received on Wednesday, 3 December 2025 17:37:26 UTC