HTML Input Element
The <INPUT> element create input controls that request information from your visitors. The <INPUT> element
supports a number of different types of controls:
Interactive input creatorIE4 Only
The interactive input tutor helps you experiment with the <INPUT> element. You can
change the type of input control, its value, and whether it is readonly or disabled. Some input
types actually support more attributes. For example, the text box also supports a size and maxlength attribute
for controlling how much information the user can see and enter.
Form Select Element...
|