True/False Indicate whether the
statement is true or false.
|
|
1.
|
In the statement, onLoad="scrollingMsg()", scrollingMsg is the event
handler.
|
|
2.
|
A base of 8 means hexadecimal.
|
|
3.
|
If the many attribute was not used to create a selection menu, the Web page
visitor will be allowed to select only one choice in the menu.
|
|
4.
|
Textarea controls are similar to text controls, except that they allow multiple
lines of text input.
|
|
5.
|
The display object component of a scrolling message is a text string assigned to
a variable.
|
Completion Complete each
statement.
|
|
6.
|
To select multiple choices in a selection menu, a user first must select one
choice and then press and hold the _________________________ key while clicking other choices in the
list.
|
|
7.
|
With a checkbox control, the default can be changed so a particular check box is
preselected as the default, by using the _________________________ value within the <input>
tag.
|
|
8.
|
The _________________________ attribute of the open() method includes a status
bar when set to the value of yes.
|
|
9.
|
A(n) _________________________ input control is either a radio button, a check
box, a Submit button, a Reset button, or a selection menu.
|
|
10.
|
Unless the “_________________________” attribute is set for the
open() method, the pop-up window is a fixed size.
|
|
11.
|
A(n) _________________________ control returns all input controls to the default
status.
|
|
12.
|
The _________________________ value, returned by the indexOf() method, indicates
at what position to concatenate the decimal values.
|
|
13.
|
Color, image, and position are options that can be controlled within the
_________________________ property.
|
|
14.
|
The HTML _________________________ tag was developed by Microsoft to make it
easier to build scrolling messages.
|
|
15.
|
The JavaScript statement, _________________________, automatically adds 1 to a
variable.
|
Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
16.
|
If no ____ attribute value is specified, a selection menu initially displays
only one option, along with a list arrow to view other choices in the list.
a. | default | c. | size | b. | choice | d. | checked |
|
|
17.
|
A text input control is a _____ box.
a. | text | c. | password text | b. | textarea | d. | all of the
above |
|
|
18.
|
Which of the following controls creates a list item?
a. | checkbox | c. | list | b. | radio | d. | both A and B |
|
|
19.
|
There are two primary methods to send the form to the server to be processed:
____
a. | send and put | c. | get and put | b. | get and post | d. | CGI and HTML |
|
|
20.
|
When you set the focus to a text box, the JavaScript statement automatically
positions which of the following in the text box?
a. | the insertion point | c. | both a. and b. | b. | the END statement | d. | neither a. nor
b. |
|
|
21.
|
Which of the following overrides external style sheets?
a. | inline style sheets | c. | fixed style sheets | b. | embedded style sheets | d. | both A and B |
|
|
22.
|
Which of the following style sheets utilizes classes?
a. | embedded | c. | paragraph | b. | inline | d. | all of the
above |
|
|
23.
|
Which of the following is included in a style statement?
a. | declaration | c. | both A and B | b. | selector | d. | neither A nor B |
|
|
24.
|
Which of the following controls is identical to text fields used for single-line
data entry?
a. | submit | c. | password | b. | textarea | d. | radio |
|
|
25.
|
Within the style tag container, Web developers commonly agree to add which of
the following to ensure that proper action is taken if a browser does not support CSS?
a. | superscript tags | c. | line-through properties | b. | HTML comment
code | d. | esc
tag |
|