|
You are here > Web Design > Web Accessibility > 38.4. Submit and Input Images
Submit and Input Images
When images are used as submit buttons on forms, include equivalent alternative text.
For example:
<INPUT TYPE="image" NAME="Submit" SRC="submit_button.gif" ALT="Submit">
Links >>>
|