HTML Attribute for <BUTTON ...>
VALUE ="text string"

Usage Recommendation
Don't use it. thumbs down

At this point it's unclear what use this attribute has. The official HTML specifications indicate that the value of VALUE should be sent to the server when the form is submitted. However, MSIE does not sendVALUE when the button is a submit button. At this point it's best to ignore this attribute.

<BUTTON DISABLED> >