Input Control 2 Flashcards

1
Q

What is a radio control, and how does it work?

A

A radio control limits the web page visitor to only one choice from a list of choices. Each choice is preceded by a radio or option button, which typically appears as a circle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a checkbox control, and how does it behave by default?

A

A checkbox control allows a web page visitor to select more than one choice from a list of choices. By default, all checkboxes are deselected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of the Submit button, and why must a form include it?

A

The Submit button sends the information to the appropriate location for processing. A web page form must include a Submit button.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Reset button do, and why must a form include it?

A

The Reset button clears any input that was entered in the form, resetting the input controls back to the default. A web page form must also include a Reset button.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the <input></input> tag used for?

A

The <input></input> tag is used to create the above data input controls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a select control, and how does it help visitors?

A

A select control creates a selection menu from which the visitor selects one or more choices. It prevents the visitor from having to type information into a text or textarea field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a textarea control, and when is it useful?

A

A textarea control creates a field that allows multiple lines of input. Textarea fields are useful when detailed input is required from or desired by a web page visitor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly