[Bug] "alt" missing in img tags #105
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚧 status: blocked
Blocked & therefore, not ready for work
Description
the alt feature that comes with the img tag is missing in all the img tags in each html page
Why add "alt" to tags?
The "alt" aids users who make use of screen readers. It makes it easy for the screen reader to identify what the image is about.
In cases of slow network and a page takes time to load, hence images not loading, the alt text will appear beside the unloaded image giving the user a description of what the image is about.
Expectation
The alt feature will help users who make use of screen readers.
It will also provide a description or an alternate text to display when an image does not load.
The text was updated successfully, but these errors were encountered: