The alt attribute for img tags
The alt attribute for img tags
<img src="url" alt="This is where the description goes.">
This attribute should contain a brief description of the image. Only use if the image conveys meaningful information to the user.
- allows anyone using a screen-reader to experience your site in full
- helps with SEO, since search engine's cannot parse what is contained in your images
- gives users some information in case the images fail to load