All input
elements with a type of "image" should have an "alt"
attribute, and that attribute should not just be placeholder text like "image"
or "button".
<input type="image" name="search" src="search.png" alt="image"/>
<input type="image" name="search" src="search.png" alt="Search"/>