Paste your HTML below
View Source (⌘U / Ctrl+U) on any page, copy all, paste here → instant audit
—
Score
—
—
How It Works
1
Copy Your HTML
Open any webpage, press Ctrl+U (or ⌘U on Mac) to view source, then select all and copy.
2
Paste & Analyse
Paste the HTML into the box above and click "Run Accessibility Audit". Analysis is instant — all in your browser.
3
Review Issues
Each issue shows the exact element, a plain-English explanation, and the specific code fix needed.
4
Fix & Re-check
Apply the fixes to your code, paste the updated HTML, and run the audit again to verify your score improves.
What This Tool Checks
| Check | Severity | WCAG Criterion | Why It Matters |
|---|---|---|---|
| Images missing alt text | Critical | 1.1.1 | Screen readers cannot describe the image to blind users |
| Colour contrast ratio below 4.5:1 | Critical | 1.4.3 | Low-vision users cannot read the text |
| Form inputs without labels | Critical | 1.3.1, 4.1.2 | Screen reader users don't know what to enter in the field |
| Broken heading hierarchy | Serious | 1.3.1 | Screen reader users rely on headings to navigate the page |
| Non-descriptive link text | Serious | 2.4.4 | "Click here" is meaningless when read out of context by a screen reader |
| Missing document language | Serious | 3.1.1 | Screen readers need the lang attribute to use the correct pronunciation |
| Empty buttons | Serious | 4.1.2 | Buttons with no text or aria-label are unidentifiable to screen readers |
| Empty links | Serious | 2.4.4 | Links with no text are unintelligible to screen reader and keyboard users |
| Iframes without titles | Moderate | 4.1.2 | Screen readers announce iframes without titles as "frame" with no context |
| Inputs missing ID | Moderate | 1.3.1 | Without an ID, a <label for="…"> cannot be programmatically linked to its field |
Advertisement
Google AdSense banner will appear here
Google AdSense banner will appear here
Frequently Asked Questions
Advertisement
Google AdSense banner will appear here
Google AdSense banner will appear here