Sachsentext

Image elements must have an "alt" attribute

All img elements must have an alt attribute

Example

Wrong

<img src="dog.jpg">

Right

<img src="dog.jpg" alt="A photograph of a dog">