W3C
validator.w3.org › nu
Ready to check - Nu Html Checker
This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change · Show sourceoutlineimage reporterrors & warnings onlycheck error pagesUser-Agent Accept-Language
W3C Feed Validation Service, for Atom and RSS
This is the W3C Feed Validation Service, a free service that checks the syntax of Atom or RSS feeds.
W3 Broken Link Checker
This Link Checker looks for issues in links, anchors and referenced objects in a Web page, CSS style sheet, or recursively on a whole Web site. For best results, it is recommended to first ensure that the documents checked use Valid (X)HTML Markup and CSS.
Validator.nu
validator.nu
Validator.nu - Nu Html Checker
This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change · Show sourceoutlineimage reportcheck error pagesUser-Agent Accept-Language
GitHub
github.com › validator › validator
GitHub - validator/validator: The Nu Html Checker (vnu) · GitHub
LMVTFY: Let Me Validate That For ... HTTP service, similar to validator.w3.org/nu, for browser-based checking of HTML documents, CSS stylesheets, and SVG images over the Web....
Starred by 1.9K users
Forked by 323 users
Languages Java 91.3% | ANTLR 6.6% | Python 1.4% | TypeScript 0.4% | Makefile 0.3% | Shell 0.0%
Webhint
webhint.io › docs › user-guide › hints › hint-html-checker
Nu HTML test | webhint documentation
Serving valid HTML nowadays have been commonly overlooked these days. By running the HTML documents through a checker, it’s easier to catch unintended mistakes which might have otherwise been missed. Adhering to the W3C’s standards has a lot to offer to both the developers and the web users: It provides better browser compatibility, helps to avoid potential problems with accessibility/usability, and makes it easier for future maintenance. The Nu Html Checker(v.Nu) serves as the backend of html5.validator.nu, and validator.w3.org/nu.
Validator
about.validator.nu
About Validator.nu
If you want to create you own alternative mode of input or want to call Validator.nu (or your own local copy) from within your own application, there is a RESTful Web service API. In addition to the modes of input that work from HTML forms, you can also POST the document to be checked as an ...
Unl
validator.unl.edu
Ready to check - Nu Html Checker
This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change · Show sourceoutlineimage reportcheck error pagesUser-Agent Accept-Language
Whatwg
wiki.whatwg.org › wiki › Validator.nu_Web_Service_Interface
Validator.nu Web Service Interface - WHATWG Wiki
December 29, 2016 - Validator.nu can be called as a Web service. Input and output modes can be chosen completely orthogonally.
FreeFormatter
freeformatter.com › html-validator.html
Free Online HTML Validator - FreeFormatter.com
Supports HTML5, SVG 1.1, MathML 3.0, ITS 2.0, RDFa Lite 1.1. Implementation is based on Validator.Nu.
npm
npmjs.com › package › validator-nu
validator-nu - npm
December 30, 2016 - HTML5 validator using validator.nu, but not remotely. Latest version: 2.2.2, last published: 9 years ago. Start using validator-nu in your project by running `npm i validator-nu`. There are 2 other projects in the npm registry using validator-nu.
» npm install validator-nu
Published Dec 30, 2016
Version 2.2.2
Author Hiroaki Yamamoto
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
Validator
validator.github.io › validator › site › nu-about.html
About the Nu Html Checker
The Nu Html Checker should not be used as a means to attempt to unilaterally enforce pass/fail conformance of documents to any particular specifications; it is intended solely as a checker, not as a pass/fail certification mechanism.
Javadoc.io
javadoc.io › doc › nu.validator › validator › latest › index.html
validator 26.3.10 javadoc (nu.validator)
Latest version of nu.validator:validator · https://javadoc.io/doc/nu.validator/validator · Current version 26.3.10 · https://javadoc.io/doc/nu.validator/validator/26.3.10 · package-list path (used for javadoc generation -link option) https://javadoc.io/doc/nu.validator/validator/26.3.1...
Maven Repository
mvnrepository.com › artifact › nu.validator
Maven Repository: nu.validator
Maven plugin to validate HTML / CSS / SVG files with the NU HTML Checker (v.NU, https://validator.github.io/validator/)
Stack Overflow
stackoverflow.com › questions › 44136678 › nu-validator-is-ok-with-unclosed-tags
html - nu validator is ok with unclosed tags - Stack Overflow
No, it is not new. End tags for those elements have been optional since the first version of HTML. The nu validator has got that part of the spec right for as long as I have been using it (as has the previous, DTD based, validator).
Maven Central
central.sonatype.com › artifact › nu.validator › validator
Maven Central: nu.validator:validator
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>nu.validator</groupId> <artifactId>validator</artifactId> <version>26.3.24</version> <name>The Nu Html Checker (vnu)</name> <description>An HTML-checking library (used by https://validator.w3.org/nu/)</description> <url>https://validator.github.io/validator/</url> <licenses> <license> <name>The MIT License</nam
Reddit
reddit.com › r/webdev › w3c validator alternatives for broken html?
r/webdev on Reddit: W3C Validator alternatives for broken HTML?
May 9, 2025 -
I've always used the W3C Validator to help find broken HTML elements, but I'm finding it's becoming quite outdated and throwing errors for things that are now valid.
Are there any better alternatives to finding broken HTML elements?
Top answer 1 of 11
5
Which of w3 validators do you use? What doctype is set on your documents? Give some examples of "valid things" that show errors in validator?
2 of 11
4
The main W3C validator has gone horrifically out of date. WHATWG recommends using the Nu HTML Checker from W3C instead: https://validator.w3.org/nu/ Nothing is more reliable than putting the HTML into a variety of web browsers and checking the console output, though.