Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 10: Utilizing Forms with JavaScript!
Instruction
Actual Buttons
The radio button isn't actually a button, despite its name; let's move on and look at actual buttons! There are three input types that produce buttons:
-
Submit: Sends the form data to the server. For <button> elements, omitting the type attribute (or an invalid value of type) results in a submit button.
-
Reset: Resets all form widgets to their default values.
- **Button...