All input elements with a type of "image" should have an "alt" attribute.
input
<input type="image" name="search" src="search.png"/>
<input type="image" name="search" src="search.png" alt="Search"/>