Name:     ID: 
 
Email: 

HTML Quiz 3

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 1. 

A text input control is a _____ box.
a.
text
c.
password text
b.
textarea
d.
all of the above
 

 2. 

Which of the following controls creates a list item?
a.
checkbox
c.
list
b.
radio
d.
both A and B
 

 3. 

Which of the following controls is identical to text fields used for single-line data entry?
a.
submit
c.
password
b.
textarea
d.
radio
 

 4. 

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
 

 5. 

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
 

 6. 

Which of the following is included in a style statement?
a.
declaration
c.
both A and B
b.
selector
d.
neither A nor B
 

 7. 

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
 

 8. 

Which of the following style sheets utilizes classes?
a.
embedded
c.
paragraph
b.
inline
d.
all of the above
 

 9. 

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
 

 10. 

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.
 

True/False
Indicate whether the statement is true or false.
 

 11. 

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.
 

 12. 

Textarea controls are similar to text controls, except that they allow multiple lines of text input.
 

 13. 

The display object component of a scrolling message is a text string assigned to a variable.
 

 14. 

In the statement, onLoad="scrollingMsg()", scrollingMsg is the event handler.
 

 15. 

A base of 8 means hexadecimal.
 

Completion
Complete each statement.
 

 16. 

A(n) _________________________ input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu.
 

 

 17. 

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.
 

 

 18. 

A(n) _________________________ control returns all input controls to the default status.
 

 

 19. 

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.
 

 

 20. 

Color, image, and position are options that can be controlled within the _________________________ property.
 

 

 21. 

The HTML _________________________ tag was developed by Microsoft to make it easier to build scrolling messages.
 

 

 22. 

The JavaScript statement, _________________________, automatically adds 1 to a variable.
 

 

 23. 

The _________________________ value, returned by the indexOf() method, indicates at what position to concatenate the decimal values.
 

 

 24. 

Unless the “_________________________” attribute is set for the open() method, the pop-up window is a fixed size.
 

 

 25. 

The _________________________ attribute of the open() method includes a status bar when set to the value of yes.
 

 



 
         Start Over