Alt Text Checker
Scan HTML for all img elements and evaluate their alt text. Flags missing alt attributes, empty alt text (which may be intentional for decorative images but is often an error), filename-based alt text, and overly long descriptions. Provides WCAG 1.1.1 compliance guidance.
Why This Matters
Missing alt text is the single most common WCAG violation. Screen readers skip images without alt attributes entirely, leaving users unaware of important content. WCAG 1.1.1 requires text alternatives for all non-text content. Even decorative images need an explicit empty alt (alt="") to indicate they should be skipped.
How to Use This Tool
- 1
Paste HTML
Paste your HTML containing <img> elements into the textarea.
- 2
Review findings
The tool flags missing alt, empty alt, filename-based alt, and overly long descriptions.
- 3
Fix and re-check
Add or improve alt text and paste again to verify.
Frequently Asked Questions
Use empty alt (alt="") only for purely decorative images that convey no information — spacer GIFs, decorative borders, background-style images. Screen readers will skip these. If the image conveys any meaning, it needs descriptive alt text.
Related Tools
Contrast Checker
Check WCAG 2.1/2.2 contrast ratios for text and UI components. Supports AA and AAA levels with live preview.
WCAG Checklist
Interactive checklist with all 86 WCAG 2.2 success criteria. Track progress, filter by level, and export your audit results.
Heading Analyzer
Paste your HTML and visualize the heading hierarchy. Detect skipped levels, missing H1s, and structural issues.
Form Checker
Check HTML forms for missing labels, improper associations, and other WCAG form accessibility violations.