All input
elements with a type of "image" should have an "alt"
attribute, and that attribute should describe the function of the image.
<input type="image" name="search" src="search.png" alt="A Button"/>
<input type="image" name="search" src="search.png" alt="Search"/>