Why are forms useful?
interaction between a user and a web site or application.
What attribute do you have to match between a label and an input?
for and id
What type of input allows you to select multiple items in a dropdown?
select
What is the action of a form?
The action attribute defines the location (URL) where the form’s collected data should be sent when it is submitted.