Menu
×
×
Correct!
Exercise:Add a submit button to the form, and specify that the form should go to "demo_form_exercise.php". Hint: Add an <input> element with type="submit". Set the action attribute for the <form> element. |
Edit This Code:
Result:
|
Correct Code:
Result:
|