| HTML input text | What links here? |
<INPUT TYPE="text" NAME="inputbox" VALUE="">
| Attribute | Value | Description |
|---|---|---|
| TYPE | button checkbox file hidden image password radio reset submit text | Specifies the type of <input> element |
| accept | audio/*
video/* image/* MIME_type | Specifies the types of files that the server accepts (only for type="file") |
| disabled | disabled | Specifies that an input element should be disabled when the page loads |
| maxlength | number | Specifies the maximum length (in characters) of an input field (for type="text" or type="password") |
| name | name | Specifies a name for an input element |
| readonly | readonly | Specifies that an input field should be read-only (for type="text" or type="password") |
| size | number | Specifies the width of an input field |
| value | value | Specifies the value of an input element |
| filename: | programming - HTML - input |
| filename: | programming%20%2D%20HTML%20%2D%20input |
| last edit: | April 29 2012 18:40:32 (-3453848 minutes ago) |
| ct | = 1128508327.000000 = October 05 2005 06:32:07 |
| ft | = 1335739232.000000 = April 29 2012 18:40:32 |
| dt | = -207230905.000000 |