Review Flashcards

1
Q

What code will render a radio button?

A

(input type=”radio”)

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

T/F: You can have forms nested inside other forms.

A

False

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

What element should be nested inside of the (select) element?

A

(option)

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

What is generally the most commonly used and most versatile form element?

A

(input)

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

If you want the user to be able to choose more than one item from a predefined set of choices, what’s the best form control to use?

A

Checkboxes

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

What attribute can be used to group radio buttons together?

A

name

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

What two attributes are attached to the

<form>element?
</form>

A

action and method

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

What are the HTTP methods that can be used in the method attribute on a form?

A

get and post

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

What is the purpose of the (fieldset) element?

A

The (fieldset) element organizes form controls into logical groupings

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

What HTML form element allows for multiple lines of text to be entered by the user?

A

(textarea)

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