Check HTML for conformance errors, invalid nesting, duplicate attributes, and malformed references.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Markup is parsed with the HTML tokenizer and tree builder, then checked for duplicate attributes, nesting, required relationships, obsolete elements, and malformed URLs or ids. Browser recovery is separated from authoring warnings.
<div><p>Hello</div><img src="photo.jpg">
Found 1 error(s) 1 warning(s) Errors: - Line 1: Unclosed tag <p> Warnings: - Line 1: <img> tag missing alt attribute
Template CI, accessibility reviews, and generated-page checks validate HTML.