Accessibility A11Y

Improve the accessibility.



Background Info

Improve the accessibility as documented by the A11Y (opens new window) project.

# Alternative text

Add an alternative text for images.

👍 Correct code for this rule:

![Guillotina icon](https://guillotina.readthedocs.io/en/latest/_static/img/logo.svg)

👎 Incorrect code for this rule:

![][Guillotina]

[Guillotina]: https://guillotina.readthedocs.io/en/latest/_static/img/logo.svg
Last Updated: 12/11/2020, 2:50:13 PM