Introduction
Be an HTML forms MVP
()
What you should know
()
1. Introduction to Form Accessibility
Course use case
()
What is form accessibility?
()
Appearance
()
2. Improving Form Accessibility with Form Controls
Introduction to HTML form controls
()
Input, textarea, select, and button form control
()
Label element
()
3. Helping Users Input Data into Forms
Introduction to HTML form attributes
()
Input types: Checkbox, radio button, text, password, and email
()
Name and for attributes
()
Aria-describedby and Aria-labelledby attributes
()
Placeholder, label attribute
()
Focus indicator
()
4. Managing Data Entry Errors
Required attribute
()
Autocomplete attribute
()
Min-length and max-length attribute
()