HTML Sixth Edition

Practice Test Chapter 6
INSTRUCTIONS: Answer each question below. Enter your name and click the 'Grade Test' button to receive a graded study guide. You will not get a grade until all questions are answered.
1.
The ____ attribute of the < form > tag specifies the manner in which the data entered in the form is sent to the server to be processed.
 A: get
 B: post
 C: action
 D: method
2.
The appearance of the Submit button text can be changed with the ____ tag.
 A: < look >
 B: < style >
 C: < appearance >
 D: < form >
3.
Form statements start with the ____ tag.
 A: < statement >
 B: < form >
 C: < start >
 D: < input >
4.
When data from a form is submitted, it appears in the data file as ____.
 A: get-post pairs
 B: post-get pairs
 C: value-name pairs
 D: name-value pairs
5.
A ____ control also creates a text box for a single line of input except that the characters entered into the field can appear as asterisks or bullets.
 A: password
 B: text
 C: submit
 D: security
6.
To select multiple choices, a user must first select one choice and then press and hold the ____ key while clicking other choices in the list.
 A: SHIFT
 B: CTRL
 C: HTML
 D: ALT
7.
A text input control allows the user to enter text through each of the following EXCEPT ____.
 A: text box
 B: password text box
 C: textarea box
 D: check box
8.
When using a select control, if you do not specify a size attribute, ____.
 A: each option must be no more than 10 spaces
 B: five options are displayed when clicking the list arrow
 C: each option must be no more than 15 spaces
 D: one option is displayed when clicking the list arrow
9.
The ____ method sends the name-value pairs to the end of the URL indicated in the action attribute.
 A: get
 B: post
 C: allow
 D: method
10.
If you want to group required versus optional information on a form, you can do this by using the ____ tag.
 A: < list >
 B: < fieldset >
 C: < grouping >
 D: < organize >
11.
The ____ tag creates a multi-line text input box.
 A: < line / >
 B: < form / >
 C: < textarea / >
 D: < inputbox / >
12.
To have a form sent to an e-mail address the correct syntax is action="____".
 A: submitto:sabatinas@isp.com
 B: mailto:sabatinas@isp.com
 C: sendto:sabatinas@isp.com
 D: emailto:sabatinas@isp.com
13.
A ____ control creates a field that allows multiple lines of input.
 A: fieldarea
 B: textarea
 C: text
 D: fieldset
14.
If you want a user to be able to add a comment on an order form, the best control to use would be a ____.
 A: check box
 B: textarea box
 C: text box
 D: radio button
15.
A ____ control indicates only one item in a list can be chosen.
 A: textarea
 B: radio
 C: checkbox
 D: select
16.
If the number of options from which a Web page visitor can choose is very large, a good choice would be to use the ____ tag before the first < option > tag.
 A: < selectgroup >
 B: < optgroup >
 C: < optlist >
 D: < select >
17.
The ____ method sends a separate data file with the name-value pairs to the URL indicated in the action attribute.
 A: get
 B: post
 C: allow
 D: method
18.
If you use default values in your tags, and a customer hits the Reset button, the default values ____.
 A: stay the same
 B: are erased
 C: all are set to zero
 D: all are set to ten
19.
The < option > tag specifies a choice in a ____ tag.
 A: < chose >
 B: < legend >
 C: < form >
 D: < select >
20.
When a user hits the Submit button, and the data is sent to the indicated e-mail address, the data file is named ____ by default.
 A: Getdata.isp
 B: Postdata.att
 C: Getdata.att
 D: Postdata.isp

Enter your name and click the 'Grade Test' button.