All input
elements with a type of "image" should have an "alt"
attribute, and that attribute should not just be the file name.
<input type="image" name="search" src="select_home.png" alt="select_home.png"/>
<input type="image" name="search" src="select_home.png" alt="Select
house"/>