html-mdn-form Quiz ?'s Flashcards

1
Q

Why are forms useful?

A

Forms allow users to enter data, or used on the client-side to immediately update the interface in some way

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

What attribute do you have to match between a label and an input?

A
label= for attribute
input= type attribute
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of input allows you to select multiple items in a dropdown?

A

Select for dropdown and option to set up actual pieces in dropdown

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

What is the action of a form?

A

Defines the location (URL) where the form’s collected data should be sent when it is submitted.

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