An HTML form with three input fields; two text fields and one submit button:
![]()
The name attribute is supported in all major browsers.
The name attribute specifies the name of an <input> element.
The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted.
Note: Only form elements with a name attribute will have their values passed when submitting a form.
NONE.
| Value | Description |
|---|---|
| text | Specifies the name of the <input> element |
HTML <input> tag
Your message has been sent to W3Schools.