There are two kinds of buttons that can be used in the form: submit button and reset. This section explains the submit button: When the user needs to submit form information to the server, he needs to use the submit button.
grammar:
<input type="submit" value="提交">
type
: Only when the type value is set to submit, the button can submit.
value
:
The text displayed on the button
Example
:
Results displayed in browser: