$html-docs
InstallDevelopersPricingSign inOpen drive
All HTML guides
Publishing7 min read·July 29, 2026

How to Validate and Test HTML Before Release

Combine conformance checks, keyboard testing, responsive review, performance measurement, and content verification.

The short version

Validation catches markup errors; testing catches experience errors.

01

Run an HTML conformance check

A validator can catch duplicate ids, invalid nesting, missing required attributes, and obsolete markup. Fix errors first, then review warnings in context. A valid page can still be inaccessible or confusing, but invalid structure makes every later check harder.

02

Test the human paths

  • Read the page at 200 percent zoom.
  • Navigate with Tab, Shift+Tab, Enter, Space, and Escape.
  • Use a screen reader for the main route and form.
  • Test the smallest supported viewport.
  • Check loading, empty, error, and success states.
  • Verify every factual claim and destination.
03

Keep a release checklist close to the artifact

Record what was tested, by whom, and against which version. When a comment reveals a problem, add the missing check to the template so the next page benefits.

Automated tools are valuable for repeatable regressions. Human review remains essential for reading order, clarity, visual hierarchy, and whether the page fulfills its purpose.

Official references

  • W3C: Nu HTML Checker
  • W3C WAI: Evaluating accessibility

In this guide

  1. 01Run an HTML conformance check
  2. 02Test the human paths
  3. 03Keep a release checklist close to the artifact
Publish a page

Keep going

Related HTML guides

Browse all 24 guides
Publishing7 min read

How to Write HTML Metadata for Search and Sharing

Create useful titles, descriptions, canonical URLs, and social cards without treating metadata as a bag of keywords.

Read guide
Publishing7 min read

How to Add Structured Data to an HTML Page

Use JSON-LD to describe articles, organizations, products, and breadcrumbs without making claims the visible page cannot support.

Read guide
Publishing7 min read

How to Make an HTML Page Print and Export Cleanly

Add print styles that preserve the document hierarchy, avoid awkward page breaks, and remove interface-only controls.

Read guide
© 2026 HTML DocsInstallSupportPrivacyTermsAPI