Submit Button

The input type="submit" defines a button for submitting form data to a form-handler:

First name:

Last name:


If you click "Submit", the form-data will be sent to a page called "/action_page.php".