February 2006
Intermediate to advanced
826 pages
63h 42m
English
The input
element is used to create a variety of form input controls
, including:
Single-line text entry fields
Password entry fields
Hidden controls
Checkboxes
Radio buttons
Submit and reset buttons
File upload mechanisms
Custom and image buttons
The type attribute in the input element specifies the control type. The value of the type attribute also determines which other attributes may be used with the element. The input element and all of its accepted attributes appears here. Control-specific attribute listings appear along with the discussion of each control type.