This page is designed to assess test your knowledge of HTML and Perl.

Please enter your name.

  1 When multiple checkboxes are given the same name attribute, what happens when you check each box?
Each checkbox will remain checked.
This cannot be done.
Only one box will remain checked at any one time.
Checkboxes do not have name attributes.
   
  2 When multiple radio buttons are given the same name attribute, what happens when you click all of the buttons?
The first button listed in the HTML code gets priority.
The program may crash. It is best to avoid doing this.
Each button is selected.
Only one button will remain selected at any one time.
   
  3 Which of the following form options would you use if you wanted your subject to type a free response answer to a question?
checkboxes
radio buttons
textarea
standard input