Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Add a submit button to the form, and specify that the form should go to "action_page.php".

Hint: Add an <input> element with type="submit". Set the action attribute for the <form> element.