What is the purpose of the alt attribute on images?
The alt attribute provides alternative information for an image if a user cannot view it. The alt attribute should be used to describe any images except those which only serve a decorative purpose, in which case it should be left empty.
<img src="pancakes.png" alt="Stack of blueberry pancakes with powdered sugar">