This page is designed to assess test your knowledge of HTML and Perl.
Please enter your name.
  1
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.
 
 
  2
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
 
 
  3
The ACTION attribute of a FORM tag
cannot be used to redirect the user to another web page.
contains the URL of the server.
is used to declare the major variables used on the page.
specifies what happens when the user clicks the submit button.