Horje

How to add HTML <input type="submit">

Define a submit button.

Definition and Usage

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.


Browser Support

Syntax

<input type="submit">

index.html
Example: HTML
<input type="submit"> 

Output should be:

How to add HTML <input type="submit">




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin