1
HTML/CSSIntermediate#accessibility
Always provide meaningful alt text describing the image's purpose; use empty alt="" for purely decorative images so screen readers skip them. Avoid phrases like 'image of' since screen readers already announce it as an image.
<img src="chart.png" alt="Bar chart showing sales rising 20% in Q3"> <img src="divider.png" alt="">