Web Accessibility I
Text and Images from Slide
(n) Accessible Forms
- Form elements which need to be accessible
- Push buttons <br /><INPUT type="button"> or <INPUT type="submit">
- Image buttons <br /><INPUT type="image"> and <BUTTON>
- Text entry fields<br /><INPUT type="text"> and <TEXTAREA>
- Radio buttons <INPUT type="radio">
- Check boxes <INPUT type="checkbox">
- Select (drop-down or list) menus <SELECT>
Lecture Notes