| 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 |