Difference between revisions of "Input Element Type Text"
Jump to navigation
Jump to search
(→Input text with label (autocomplete on)) |
|||
Line 69: | Line 69: | ||
<label for="ia2" visibility: hidden;> Search </label> | <label for="ia2" visibility: hidden;> Search </label> | ||
</html> | </html> | ||
− | ==Input with only title | + | ==Input with only title== |
<html> | <html> | ||
<input type="text" title="this is a title" /> | <input type="text" title="this is a title" /> |
Revision as of 02:03, 1 September 2016
- For use of list attribute (see Datalist Element
Contents
- 1 Input text with title (required, placeholder, 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 (autocomplete on)
- 11 Input with only title
Input text with title (required, placeholder, 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 (autocomplete on)
Input with only title