1.

Match the example to the tag or attribute
checkbox
select
action
post
form
input
name
radio
text
OPTION SELECTED VALUE=
1.
Tag that identifies certain data types the form can use, such as radio or checkbox
2.
Input attribute used to uniquely identifies or names the input, to keep different groups of values separate
3.
Input attribute that allows only one choice of many options
4.
Input attribute that allows several choices to be made of many options
5.
Tag that offers your user a set of options from a menu, and let them choose one... often a default is selected
6.
Tag that starts and ends a form
7.
A method attribute option
8.
Attribute that defines where to send the data (a URL) when the submit button is pushed
9.
Input attribute to accept about 20 typed characters
10.
the attribute and value to set a default in a select menu

2. Why do you name values?

3. Describe the different form tools, such as radio and checkbox

4. Why might you use select instead of input?
True of False: To give users a menu to choose from, good for long lists of options

5. What does <form action=" "...> do?

6. What does <form method=" "...> do?

7. What does submit do?