Web Page Chapter 6

11 September 2022
4.7 (114 reviews)
27 test answers

Unlock all answers in this set

Unlock answers (23)
question
name
answer
to group option buttons so that selecting one deselects all of the others, you must make the ____ attribute the same.
question
radio
answer
_____ buttons can be placed into a group so that selecting one deselects all of the others
question
fieldset
answer
Wyona wants to label each group. Which element would be the best for her to use?
question
drop-down list
answer
selection lists usually appear in a ____ box
question
option
answer
each _____ tag represents an individual item in the selection list
question
reset
answer
to create a button that will clear the form fields, you use a type of _____
question
field
answer
_____ sets are used to organize form elements
question
name/value
answer
when a form is submitted, the server receives the data in ____ pairs
question
value="value"
answer
to define a default field value, add the attribute _____
question
radio
answer
option buttons are sometimes called ____ buttons
question
check boxes
answer
For the color, oscar should most likely use _____
question
hard
answer
in a ____ wrap, information about where the text begins a new line is included with the data field value
question
autocomplete
answer
many browers inclue a(n) ______ feature that automatically fills in input form values if they are based on previously filled out forms
question
fieldset
answer
Wyona wants to seperate the different options for straw, leather, and material. Which element can she use to create
question
rows and cols
answer
the ____ attributes define the dimensions of a text area
question
submit
answer
to create a button that will allow a user to send the form data to the server, you use a type of _____
question
command button
answer
Oscar should use ______ to allow users to select more than one skateboard type
question
fieldset
answer
a _____ should be used to provide visual indication that option buttons belong in the same group
question
select
answer
By default, the _____ tag displays one option from the selection list, along with a list arrow to view additional selection options
question
dots
answer
when using the password data type, any information that a user enters will be displayed as a series of _____ or asterisks, protecting the information from prying eyes
question
maxlength
answer
For her address she wants to make sure the zipcode is set to 5 characters only. Which attribute of a text bow will she use?
question
answer
forms are created using the _____ element
question
textarea
answer
In order to provide plenty of room to enter the information for the custom pattern, which type of field should Wyona use?
question
text
answer
To create an input box for _____ entry, add the element to the web form, where type specifies the type of input control, the name attribute provides the name of the field associated with the control element, and the id attribute identifies the control element itself.
question
checked="checked"
answer
to specify that an option button be already selected, you type ______
question
select
answer
Oscar should use a _____ tag to specify the lists
question
tab
answer
press the ____ key to move between input boxes while entering information into a form online