Input Type Submit
<form action="/action_page.php">
First name:<br>
<input type="text" name="firstname" value="Mickey"><br>
Last name:<br>
<input type="text" name="lastname" value="Mouse"><br><br>
<input type="submit" value="Submit">
</form> Defines a button for submitting form data to a form-handler.
The form-handler is specified in the form's action attribute.
Semantic portal