Form input control  - <INPUT>

Previous- IMG - Image  |  Next-INS - Inserted

Description
Defines an input box on a form which can take the form of a button, text box or check box.
Attributes
NameValuesDescription
acceptstring
accesskeykey_character
aligncenter|left|rightAlignment
alttextAlternative entry
checkedfalse|true
classclassnameClass of the element which is used to associate the element with a style sheet.
datafldcolumn_name
dataformatashtml|text
datasrcid
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
disabled
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
maxlengthnumber
namestringNames a tag, particularly important in client side progamming and essential when submitting form data.
notab
readonly
size1|2|3|4|5|6|7Size
srcurlSource filename
stylestringSpecifies style information for the element.
tabindexnumberAllocates a tab order to over-ride the order of the elements on the web page.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
typebutton|checkbox|file|hidden|image|password|radio|reset|submit|textButton type on form
usemapurl
valuestringValue of the current item. Deprecated under HTML 4.0

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- IMG - Image  |  Next-INS - Inserted