1. Hook
Show two versions of the same website:
- Version A: Missing alt text, tiny font size, no keyboard navigation.
- Version B: Fully accessible, screen-reader friendly, high-contrast colors.
Narration:
“One in six people globally live with some form of disability.
Which version of your site do you think serves them best?”
2. Introduction
- Accessibility (often called A11y) ensures that everyone — including people with disabilities — can use and enjoy your website.
- It’s not just a moral duty; it’s a business advantage.
3. What Accessibility Covers
- Visual impairments: color blindness, low vision, screen readers.
- Hearing impairments: captions, transcripts.
- Mobility challenges: keyboard-only navigation.
- Cognitive challenges: clear content and predictable navigation.
4. Why A11y Matters
- Inclusivity: Ensures equal access for all users.
- Legal Compliance: Helps avoid lawsuits (ADA, WCAG, Section 508).
- SEO Benefits: Accessible sites rank better.
- Enhanced UX: Improves usability for everyone.
- Business Growth: Wider audience reach and improved brand reputation.
5. Best Practices
- Provide alt text for images.
- Use semantic HTML (
<header>,<main>,<footer>). - Ensure keyboard navigation for all elements.
- Maintain color contrast ratios for text and background.
- Add ARIA labels where needed.
- Include captions for videos and audio content.
6. Tools for Accessibility Testing
- WAVE, Lighthouse, axe DevTools, Color Contrast Checker.
7. Call-to-Action
“Start small: add alt text to your images today.
Build a web that works for everyone.”
