Use the submit ...LOGIN

Use the submit button to submit data

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:

Next Section
1
2
<!DOCTYPE HTML>
<html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
ChapterCourseware