I wanna ask about the alt attribute in an input tag. As I found on many sites, the alt attribute is used when we have an input with type image.
1/ Can it be used for an input type button?
<input type="button" alt="myAction.myMethod" />
2/ what is its meaning?