Two buttons with equal names, that submit different values when clicked:
![]()
The value attribute is supported in all major browsers.
Important: If you use the <button> element in an HTML form, Internet Explorer, prior version 8, will submit the text between the <button> and </button> tags, while the other browsers will submit the content of the value attribute.
The value attribute specifies the initial value for a <button> in a <form>.
Note: In a form, the button and its value is only submitted if the button itself was used to submit the form.
NONE.
| Value | Description |
|---|---|
| value | The initial value of the button |
HTML <button> tag
Your message has been sent to W3Schools.