I do not assume, that this document is anyhow compliant to the html5 or any other html standard.

But you are assuming that it isn't compliant. You could check by reading the standard.

See, for example, the html element:

Tag omission in text/html:
An html element's start tag can be omitted if the first thing inside the html element is not a comment.
An html element's end tag can be omitted if the html element is not immediately followed by a comment.


Is there a more strict validator out there, which reports every tiny deviation from standard html?

While tool recommendations are off-topic for this site, there are no deviations from standard html in the code you've presented.

The Nu validator is very good at what it does.

Answer from Quentin on Stack Overflow
🌐
Chrome Web Store
chromewebstore.google.com › detail › w3c-markup-validation-ser › kfjemflfclknofbklcnbnpjelkfhcomk
W3C Markup Validation Service for CSR pages - Chrome Web Store
Use w3c css validator online to validate CSS by this CSS checker tool faster than pronouncing invalid property value CSS ... Average rating 4.0 out of 5 stars. Learn more about results and reviews. To check the color contrast between foreground and background of the texts ... Average rating 3.6 out of 5 stars. Learn more about results and reviews. ... Average rating 5 out of 5 stars. Learn more about results and reviews. Use W3C html ...

I do not assume, that this document is anyhow compliant to the html5 or any other html standard.

But you are assuming that it isn't compliant. You could check by reading the standard.

See, for example, the html element:

Tag omission in text/html:
An html element's start tag can be omitted if the first thing inside the html element is not a comment.
An html element's end tag can be omitted if the html element is not immediately followed by a comment.


Is there a more strict validator out there, which reports every tiny deviation from standard html?

While tool recommendations are off-topic for this site, there are no deviations from standard html in the code you've presented.

The Nu validator is very good at what it does.

Answer from Quentin on Stack Overflow
🌐
W3C
validator.w3.org
The W3C Markup Validation Service
Check the markup (HTML, XHTML, ... Pack 2, see our information page on the W3C QA Website. ... This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc....
🌐
Wikipedia
en.wikipedia.org › wiki › W3C_Markup_Validation_Service
W3C Markup Validation Service - Wikipedia
August 8, 2025 - The Markup Validation Service is a validator by the World Wide Web Consortium (W3C) that allows Internet users to check pre-HTML5 HTML and XHTML documents for well-formed markup against a document type definition (DTD).
🌐
Validator
about.validator.nu
About Validator.nu
Schematron 1.5 validation (standalone schemas only—ISO Schematron or Schematron embedded in RELAX NG are not supported) NVDL-driven validation. XML 1.0 and HTML5 parsing.
🌐
Stack Overflow
stackoverflow.com › questions › 22129931 › add-w3c-html5-validator-to-website
html - Add W3C HTML5 Validator to website - Stack Overflow
<script type="text/javascript"> window.onload =function () { var submitbutton = document.getElementById("q"); if (submitbutton.addEventListener) { submitbutton.addEventListener("click", function () { if (submitbutton.value == 'Validate') { submitbutton.value = ''; } }); } } </script> <div id="header"> <form action="http://validator.w3.org/check" id="newsearch" method= "get" name="newsearch"> <input class="textinput2" id="q" maxlength="120" name="uri" placeholder="Enter URL" size="21" type="text"> <input class= "button2" type="submit" value="Validate"> </form> <div class="clear"></div> </div>
🌐
Medium
medium.com › @gulshan_n › streamlining-your-code-top-online-html-validators-for-web-developers-49182f1e2d5c
Streamlining Your Code: Top Online HTML Validators for Web Developers | by Gulshan N | Medium
September 18, 2023 - Description: Based on the HTML5 ... Part of the W3C’s Unicorn project, this validator combines HTML, CSS, and other web-related checks for a comprehensive validation....
Find elsewhere
🌐
GitHub
github.com › qualweb › html-validator
GitHub - qualweb/html-validator: W3C html5 markup validator
W3C html5 markup validator. Contribute to qualweb/html-validator development by creating an account on GitHub.
Author   qualweb
🌐
GitHub
github.com › w3c › markup-validator
GitHub - w3c/markup-validator · GitHub
The tool consists of a perl-based CGI script that uses DTD to verify the validity of HTML3, HTML4 and XHTML documents; it also incorporates by reference the NU Validator used to validate HTML5 / HTML LS documents. W3C Software License and Notice.
Starred by 137 users
Forked by 32 users
Languages   HTML 79.1% | Perl 13.3% | Python 2.2% | CSS 2.1% | Clean 1.3% | JavaScript 0.9%
🌐
Stack Overflow
stackoverflow.com › questions › 10188506 › w3-validator-for-html5
html - W3 validator for HTML5 - Stack Overflow
I've been using the validator.w3.org ... site in HTML5 - so the Doctype naturally becomes . The w3 validator therefore validates the page as HTML5....
🌐
Eniun
eniun.com › portada › html validation
HTML validation - Eniun
July 16, 2024 - There are several online tools and validators available that can help you validate your HTML code. One popular option is the W3C Markup Validation Service, which is provided by the World Wide Web Consortium (W3C).
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
W3C Web Validator - Visual Studio Marketplace
Extension for Visual Studio Code - Check the validity of your HTML/CSS files in one click
🌐
Validator
html5.validator.nu
Validator.nu (X)HTML5 Validator - Nu Html Checker
This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change · About this checker • Report an issue • Version: 22.3.8
🌐
Packagist
packagist.org › packages › glicer › w3c-validator
glicer/w3c-validator - Packagist.org
Validates html and css using w3c markup and css validation free services
🌐
W3C
jigsaw.w3.org › css-validator
The W3C CSS Validation Service
Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets ... Note: If you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the (X)HTML you use is valid.
🌐
W3C
w3.org › WAI › WCAG21 › Techniques › general › G134
G134: Validating web pages | WAI | W3C
Can I use the W3C MarkUp Validation Service to validate HTML? explains how you can validate HTML from within the free editor HTML-Kit. HTML/XML Validator is an online repair tool for HTML based on Tidy and PHP 5.
🌐
GitHub
github.com › capooti › w3c-validator
GitHub - capooti/w3c-validator: Validate HTML and CSS files and URLs using the WC3 validators · GitHub
$ w3c-validator tests/data/testcases-html5.html validating: tests/data/testcases-html5.html ... error: line 822: The tt element is obsolete. Use CSS instead. error: line 829: The tt element is obsolete. Use CSS instead. error: line 838: The tt element is obsolete.
Author   capooti