Form 5 - Checkboxes with default and reset
Which of the following do you own?
TV
VCR
CD Player
HTML:
<INPUT TYPE="checkbox" NAME="tv"CHECKED>TV
HTML:
<INPUT TYPE="checkbox" NAME="vcr">VCR
HTML:
<INPUT TYPE="checkbox" NAME="cd">CD Player
Press this button to SUBMIT the information.
Or press RESET to return to defaults.
HTML:
<INPUT TYPE="submit" VALUE="Submit">
HTML:
<INPUT TYPE="reset" VALUE="Reset">