Inclusion Code

Learning HTML for Web Accessibility | Blind Users

Our favorite links

Digital accessibility resources

This page collects reputable, practical references to support learning and doing accessibility work. If you’re new, start with WCAG + WAI “Understanding”, then try a short manual test with a screen reader.

WCAG 2.2 (W3C / WAI)

Tip: Use the “Quick Reference” page to filter by level (A/AA/AAA) and by topic (forms, images, keyboard, etc.).

Understanding WCAG & techniques

ARIA & semantic HTML

Rule of thumb: prefer native HTML first. Use ARIA when necessary and only when you understand the pattern.

Manual testing (keyboard + screen reader)

Suggested approach: do your “10-minute manual review” first, then go deeper on the issues you find.

Tools (useful, but not enough by themselves)

Automated tools are great for catching patterns. Manual testing confirms real usability.

Screen readers (official)

Learning HTML

Links to basic HTML learning courses.