Contribute on GitHub

Web Accessibility Best Practices

Tips and tricks for beginners and experts alike.

Alt text best practices

High quality alt text should adhere to the following guidelines:

Code Examples

Descriptive alt text

<img src="apple_tree.jpg" alt="an apple tree" />

Empty alt attribute (image will be ignored by screen readers)

<img src="apache_logo.png" alt="" />