Any image that is within a link (an a element) that has no other text cannot have an empty or missing "alt" attribute.
a
<a href="index.html"><img src="home.png" alt="">
<a href="index.html"><img src="home.png" alt="Return Home"></a>