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
2
Q
What attribute do you have to match between a label and an input?
A
label= for attribute input= type attribute
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
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.