Difference between revisions of "Input Element Type Text"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | Possible attributes | ||
+ | * autofocus | ||
+ | * autocomplete | ||
+ | * checked | ||
+ | * disabled | ||
+ | * list (see [[Datalist Element]] | ||
+ | * placeholder | ||
+ | * readonly | ||
+ | * required | ||
+ | * type button | ||
+ | * type checkbox | ||
+ | * type date | ||
+ | * type datetime | ||
+ | * type email | ||
+ | * type file | ||
+ | * type hidden | ||
+ | * type month | ||
+ | * type number password | ||
+ | * type radio | ||
+ | * type range | ||
+ | * type reset | ||
+ | * type search | ||
+ | * type submit | ||
+ | * type tel | ||
+ | * type time | ||
+ | * type url | ||
+ | * type week | ||
+ | |||
==Input text with title== | ==Input text with title== | ||
<html> | <html> |
Revision as of 17:34, 27 March 2014
Possible attributes
- autofocus
- autocomplete
- checked
- disabled
- list (see Datalist Element
- placeholder
- readonly
- required
- type button
- type checkbox
- type date
- type datetime
- type email
- type file
- type hidden
- type month
- type number password
- type radio
- type range
- type reset
- type search
- type submit
- type tel
- type time
- type url
- type week
Contents
Input text with title
Input text with label
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.
Input image with alt