Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<input> : form control
A part of form element and may represent check box , text box , radio button , submit button , reset button , hidden input ...
INPUT work with <font> tag
Attributes
-) type = text|password|checkbox|radio|submit|reset|file|hidden|image|button
This attribute specifies the type of control to create. The default value for this attribute is "text".
-) name
This attribute assigns the control name.
-) value
This attribute specifies the initial value of the control. It is optional except when the type attribute has the value "radio" or "checkbox".
-) size
This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters.
-) maxlength
When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number.
-) checked
When the type attribute has the value "radio" or "checkbox", this boolean attribute specifies that the button is on. User agents must ignore this attribute for other control types.
-) src
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
Attributes defined elsewhere
-) id, class (document-wide identifiers)
-) lang (language information), dir (text direction)
-) title (element title)
-) style (inline style information)
-) alt (alternate text)
-) align (alignment)
-) accept (legal content types for a server)
-) readonly (read-only input controls)
-) disabled (disabled input controls)
-) tabindex (tabbing navigation)
-) accesskey (access keys)
-) usemap (client-side image maps)
-) ismap (server-side image maps)
-) onfocus, onblur, onselect, onchange, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)


Example

See <form> tag for the Example




For complete reference see html reference at W3C
RE..1   RE..2   RE..3   RE..4   RE..5   RE..6   RE..7   RE..8   RE..9   RE..10   RE..11   RE..12   RE..13   RE..14  
RE..15   RE..16   RE..17   RE..18   RE..19   RE..20   RE..21   RE..22   RE..23   RE..24   RE..25   RE..26   RE..27   RE..28  
RE..29   RE..30   RE..31   RE..32   RE..33   RE..34   RE..35   RE..36   RE..37   RE..38   RE..39   RE..40   RF..1   RF..2  
RF..3   RF..4   RF..5   RF..6   RF..7   RF..8   RG..1   RG..2   RG..3   RG..4   RH..1   RH..2   RH..3   RH..4  
RH..5   RH..6   RH..7   RH..8   RH..9   RH..10   RH..11   RH..12   RI..1   RJ..1   RK..1   RK..2   RL..1   RL..2