ITD 110 Terms

25 July 2022
4.7 (114 reviews)
208 test answers

Unlock all answers in this set

Unlock answers (204)
question
Information entered into a field is called the field ____.
answer
value
question
Each control element in which the user can enter information is called a(n) ____.
answer
field
question
What type of element is used for extended entries that can include several lines of text?
answer
text areas
question
Option buttons are also known as ____ buttons
answer
radio
question
What element is used to create a form?
answer
question
Which attribute has two possible values (get and post)?
answer
method
question
If you do not include the type attribute in an tag, the Web browser assumes that you want to create a(n) ____.
answer
input box
question
Which input type creates a field that is not viewable on the form?
answer
type="hidden"
question
When a form is submitted, the server receives the data in ____ pairs.
answer
name/value
question
When you link a label with an associated text element for scripting purposes, you must bind the label to the ____ attribute of the field.
answer
id
question
To associate a label with the control element with the id of "city", you would enter ____.
answer
question
Label elements are normally ____ elements.
answer
inline
question
The ____ style can be used to change label elements into block elements.
answer
display: block
question
To set the number of options displayed at one time in the selection list, add the attribute_______.
answer
size="value"
question
To define a default field value, add the attribute ____.
answer
value="value"
question
To group option buttons so that selecting one deselects all of the others, you must make the ____ attribute the same.
answer
name
question
How do you specify an option button as already selected?
answer
checked="checked"
question
Which tag displays one option from the selection list, along with a list arrow to view additional selection options?
answer