HTML — HTML Accessibility Basics
Accessibility helps people with disabilities use websites. Common practices:
- Use
alt
for images - Add
aria-label
for screen readers - Use proper heading hierarchy
<h1> - <h6>
<button aria-label='Play video'>▶</button>