🌐
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
Check the syntax of Atom or RSS feeds · Validate a feed online:
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.
validator service by the World Wide Web Consortium
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 … Wikipedia
🌐
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 › shiyuanhai › html-validator-extension
GitHub - shiyuanhai/html-validator-extension: HTML Validator (Chrome) Extension
Please check it out before use the extension. HTML Validator (Chrome) Extension is a handy developer tool to provide HTML validation for your web page. It crawls your web page and send to W3C's web server for validation.
Author   shiyuanhai
🌐
Chrome Web Store
chrome.google.com › webstore › detail › html-validator › mpbelhhnfhfjnaehkcnnaknldmnocglk
HTML Validator - Chrome Web Store
HTML Validator for Chrome is a browser extension that adds HTML validation inside Developer Tools of Chrome. The number of errors of a HTML page is seen with an icon in the browser status bar.
🌐
Software Testing Help
softwaretestinghelp.com › home › tools and services › 15 most popular html validator online tools in 2026
15 Most Popular HTML Validator Online Tools in 2026
December 5, 2025 - It works on its server, so need to install it on the local machine. Powerful HTML validation feature as it uses Nu HTML Checker by the W3C.
🌐
Validator
validator.github.io
The Nu Html Checker (v.Nu)
Moved · See https://validator.github.io/validator/
🌐
Rocket Validator
rocketvalidator.com › blog › chrome-extensions-for-html-validation
Chrome extensions for HTML validation · Rocket Validator
Uses the Nu Validator. Cons: Can't be configured to use your own Validator instance. The overlay can be unusable when validating a page that already uses overlays. We also tried other extensions that are quite popular on the Chrome web store but, at the time of this writing, don't work: W3C Validator. Not an official W3C extension, it should use the legacy validator API and show the issues on the JS console, but it doesn't work. HTML Validator.
Find elsewhere
🌐
GitHub
github.com › validator
The Nu Html Checker (vnu) · GitHub
Grunt plugin for HTML validation, using the official Nu Html Checker (v.Nu) There was an error while loading. Please reload this page. validator/grunt-html’s past year of commit activity · JavaScript 185 MIT 41 2 0 Updated · Dec 3, 2025 · htmlparser Public ·
🌐
Webhint
webhint.io › docs › user-guide › hints › hint-html-checker
Nu HTML test | webhint documentation
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
validator.github.io › validator
The Nu Html Checker (vnu) | validator
The Nu Html Checker (vnu) — along with being usable as a standalone command-line 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.
🌐
Gueury
gueury.com › mozilla
Html Validator for Firefox and Chrome
HTML Validator is a browser extension that adds HTML validation inside Firefox and Chrome. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The details of the errors are seen when looking the HTML source of the page.
🌐
GitHub
github.com › validator › validator
GitHub - validator/validator: The Nu Html Checker (vnu) · GitHub
The Nu Html Checker (vnu) — along with being usable as a standalone command-line 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%
🌐
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/) ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
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
🌐
GitHub
github.com › dominicbarnes › nu-html-checker-cli
GitHub - dominicbarnes/nu-html-checker-cli: A CLI interface for the Nu HTML Checker (https://validator.nu/)
var checker = require('nu-html-checker'); var batch = checker.validate([ 'test.html', 'http://google.com' ]); batch.on('progress', function (e) { console.log(checker.format('stylish', e.value), '\n'); }); batch.on('end', function (err) { if (err) console.error(err.stack); }) When list is an array of strings, they can be either URLs or file paths.
Author   dominicbarnes