Why HTML validation errors matter
Browsers repair broken HTML silently, but each repair is a guess and can differ between browsers and crawlers.
Step by step, with screenshots: HTML validation errors: which ones matter and which are noise →
Check your own site
Runs this check and the other 186, free, in about 45 seconds.
What a passing site looks like
- No HTML validation errorsinfo onlyeffort M
HTML validation errors
Why it matters. Invalid HTML usually still renders, but each error is a place where browsers, screen readers and search engine parsers may disagree about what you meant.
- Run the page through the W3C validator and fix unclosed tags, duplicate ids and misplaced elements first.
- Ignore warnings about vendor attributes if the page renders correctly everywhere.