SiteTidy
Home /Tools /Accessibility Quick Check

Accessibility Quick Check

Instantly audit HTML snippets for the most common WCAG accessibility violations.

HTML Source

A11y Quick Check

Instantly scan HTML for structural accessibility violations.

A+
Perfect Score
0
Categories Failed

Awaiting Code

Paste some HTML to automatically scan it for accessibility errors.

What does this tool check?

This tool performs a structural analysis of your HTML to catch the "low hanging fruit" of web accessibility:

  • Missing Language Attributes: The <html> tag must declare a lang attribute (e.g. lang="en") so screen readers know which voice profile/pronunciation engine to use.
  • Missing Alt Text: All <img> tags must have an alt attribute. Even if the image is purely decorative, you must include an empty attribute alt="" so screen readers know to skip it.
  • Empty Links & Buttons: Interactive elements like <a> and <button> must have discernible text. If you use an icon inside a button without text, you must add an aria-label to the button.
  • Form Labels: All inputs (except hidden and submit/button types) must have an associated <label> or an aria-label.

Note on Automated Testing

Automated tools can only catch about 20-30% of accessibility issues. Passing this test does not guarantee your site is fully accessible or WCAG compliant. You should always perform manual keyboard testing and screen reader testing.

Related Guides

Deepen your understanding with our expert articles.