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 Validator
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. The Link Checker is part of the W3C's ...
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....
Videos
03:34
Is Your HTML Broken? Find Out in 3 Minutes! (W3C HTML Validator) ...
How To Validate Your CSS3 Code Using An Online Validation Service ...
01:49
Using the W3C Markup Validation Service to check your HTML - YouTube
Nu HTML Checker for better web accessibility code checking
11:49
How To Validate A Web Page - YouTube
15:56
How To Validate HTML - Using an HTML Validator
Validator
validator.github.io › validator › site › nu-about.html
About the Nu Html Checker
Check for WCAG 2.0 parsing compliance: filters checker results to just show messages relevant to requirements in the WCAG 2.1 spec · Inswave have created the W3C Markup Validation Service for CSR pages, an extension for Chrome and Edge: ... To report bugs, request new features, or ask questions, please raise an issue or send mail to www-validator@w3.org. To run your own copy of the Nu Html Checker, get the latest release and read the following instructions on how you can use it both for:
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 · About this checker • Report an issue • Version: 22.3.8
GitHub
github.com › validator › validator
GitHub - validator/validator: The Nu Html Checker (vnu) · GitHub
LMVTFY: Let Me Validate That For ... client — can be run as an 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 321 users
Languages Java 91.3% | ANTLR 6.6% | Python 1.4% | TypeScript 0.4% | Makefile 0.3% | Shell 0.0%
W3C
validator.w3.org › docs › users.html
User Documentation for The W3C Markup Validator
For programmatic checking of modern HTML documents, use the API provided by the W3C HTML Checker. To do that, call https://validator.w3.org/nu/ or the URL for another instance of the W3C HTML Checker, and consult the following documentation:
GitHub
github.com › OlehDutchenko › node-w3c-validator
GitHub - OlehDutchenko/node-w3c-validator: Wrapper for The Nu Html Checker (v.Nu)
// imports const nodeW3CValidator = require('node-w3c-validator'); // paths const validatePath = './dist/*.html'; // or directly to the file - './dist/index.html' // or a glob pattern - './dist/**/*.html' const resultOutput = './reports/result.html'; // validate nodeW3CValidator(validatePath, { format: 'html', skipNonHtml: true, verbose: true }, function (err, output) { if (err === null) { return; } nodeW3CValidator.writeFile(resultOutput, output); });
Starred by 28 users
Forked by 4 users
Languages JavaScript 63.8% | HTML 36.2% | JavaScript 63.8% | HTML 36.2%
Validator
validator.github.io
The Nu Html Checker (v.Nu)
Moved · See https://validator.github.io/validator/
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.
Webhint
webhint.io › docs › user-guide › hints › hint-html-checker
Nu HTML test | webhint documentation
Adhering to the W3C’s standards ... 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
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
about.validator.nu
About Validator.nu
There is a command-line script that uploads documents from the local filesystem to the (X)HTML5 validator. Integration into vim is available. ... When the field for schemas is left empty, the validator will try to choose a schema on its own. If you are not happy with the guessed preset, you can specify a schema either by selecting a preset or by entering a space-separated list of schema URLs (http, https or data IRIs). In addition to actual schemas, you may use certain special URLs to invoke checkers that seem like special schemas but aren’t actually implemented as schemas.
Maven Repository
mvnrepository.com › artifact › nu.validator
Maven Repository: nu.validator
A branch of Jing used by the Nu Html Checker. (Jing is a tool for validating documents against RelaxNG schemas.) Last Release on Jul 1, 2020 · nu.validator » cssvalidator · Backend for the W3C CSS Validation Service · Last Release on Jun 30, 2020 · nu.validator » vnu-lite ·
Vim and Git
vimandgit.com › posts › vim › advanced › vim-batch-validate-html-with-w3c-nu-html-validator-html.html
A Complete Guide to Using W3C's Offline Validator as a Vim and Neovim Plugin
Furthermore, doing such a large task manually is a complex and error-prone process. I had to find a better way of validating my HTML files. In this post, I'll show you how to set up W3C Markup Validation Service's Nu HTML Checker in macOS, allowing you to bulk validate HTML, CSS, and SVG files in Vim when you are offline.
Rocket Validator
rocketvalidator.com › blog › html-validator-upgraded-to-w3c-validator-20-6
HTML Checker upgraded to W3C Validator Nu 20.6 · Rocket Validator
The HTML validation server has been upgraded to the latest version released of Validator.nu by the W3C, which adds some fixes and improvements related with checking CSS, SVG, and ARIA.