ACTIVITY:

HTML MULTIPLE CHOICE QUIZ – FORMS

1.  Which form field offers a round option field in a group of two or more mutually exclusive options?

a.  Submit button

b.  Check box

c.  Scrolling select list

d.  Radio button

2.  Which type of button clears all form data and sets all form fields back to the default values?

a.  Default button

b.  Radio button

c.  Reset button

d.  Submit button

3.  Which tag is used in a select list to identify the text that will appear as list choices?

…………………………………………………

4.  What is the correct HTML for making a checkbox?

a.  <input type="check">

b.  <checkbox>

c.  <check>

d.  <input type="checkbox">

5.  What is the correct HTML for making an input field?

a.  <textfield>

b.  <input type="text">

c.  <textinput type="text">

d.  <input type="textfield">

6.  What is the correct HTML for making a drop-down list?

a.  <input type="dropdown">

b.  <input type="list">

c.  <select>

d.  <list>

7.  What is the correct HTML for making a text area?

a.  <textarea>

b.  <input type="textbox">

c.  <input type="textarea">

8.  You need to create a web form that asks visitor to enter a password before they can access the next page. What input type would you use?

…………………………………………………

9.  Which attribute is used by the <input> element to designate a text box, radio button, a Submit or Reset button, a password field or a check box?

a.  type

b.  name

c.  value

d.  size

10.  Which web form tag is used to create text boxes, check boxes, radio buttons, and the Submit and Reset buttons, but not selects lists?

…………………………………………………

11.  What form field allows users to enter text such as a first or last name?

…………………………………………………

12.  Write the XHTML tag to create a scrolling text area box that will report input results by the name of "Feedback". The box should be 30 characters wide and five rows tall.

………………………………………………………………………………………………………………

………………………………………………………………………………………………………………

………………………………………………………………………………………………………………

13.  You are creating a web form and you want to incorporate a text field into which users can submit comments about your web page. Which form field should you use?

a.  Text box

b.  Submit button

c.  Scrolling text area

d.  Multiple-option scrolling list

14.  Which attribute must you include in the <form> tag to specify the location and name of the script that will process form data?

a.  name

b.  script

c.  method

d.  action

15.  Which button, when clicked, causes a form's action statement to process?

a.  Reset button

b.  Submit button

c.  Radio button

d.  Check box

16.  Which form field offers square option buttons in a group of two or more options?

a.  Select list

b.  Radio button

c.  Text box

d.  Check box

Activity - HTML Multiple Choice Quiz - Forms.doc Version 1

Page 1 of 3