Example of Input Elements

Text-related
type="text"
type="password"
type="hidden"
 
Radio and Checkboxes
type="radio" Radio 1
Radio 2
Radio 3
Radio 4
type="checkbox" Check 1
Check 2
Check 3
Check 4
 
Buttons
type="button"
type="reset"
type="submit"
type="file"
 
Images
type="image"