Define a submit button.
The <input type="submit">
defines a submit button which submits all form values to a form-handler.
The form-handler is typically a server page with a script for processing the input data.
The form-handler is specified in the form's action
attribute.
<input type="submit">
Example:
HTML
<input type="submit">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |