Difference between revisions of "Input Element Type Checkbox"
Jump to navigation
Jump to search
(Created page with "==Input checkbox with title (required, autofocus)== <html> <input autofocus required title="search" type="checkbox" /> <label> Search Internet</label> </html> ==Input tex...") |
(No difference)
|
Revision as of 18:24, 27 March 2014
Contents
- 1 Input checkbox with title (required, autofocus)
- 2 Input text with label (required)
- 3 Input text with aria-label
- 4 Input text with aria-labelledby
- 5 Input with implicit label
- 6 Input with explicit and implicit label
- 7 Input text with label and aria-describedby
- 8 Disabled Input text with label
- 9 Readonly Input text with label
- 10 Input text with label (checked)
Input checkbox with title (required, autofocus)
Input text with label (required)
Input text with aria-label
Search
Input text with aria-labelledby
Search
Input with implicit label
Input with explicit and implicit label
Input text with label and aria-describedby
You can search for anything you want.
Disabled Input text with label
Readonly Input text with label
Input text with label (checked)