Input Elements for User Interaction (submit)

The last and maybe most important input element to look at is the input element of the submit type. It renders a button that will submit the form it resides in:

<input type="submit" value="Submit">