HTML4: Input Types

Form Element Example Value
Button (onclick)
Text Field (onchange)
Password (onchange)
Radio (onclick) Option 1 Option 2 Option 3
Checkbox (onclick) Option 1 Option 2 Option 3
Reset (onclick)

HTML4: Other Form Elements

Form Element Example Value
Text Area (onchange)
Drop Down List (onchange)

HTML5: Input Types (Chrome)

Form Element Example Value
Email (onchange)
URL (onchange)
Number (onchange)
Range (onchange)

HTML4: Use of Fieldset, Legend, and Label tags

Example

HTML5: Use of Output Element with OnInput Event