Button Field of a Web form
Attributes of Button Field:Name: Specifies the name of the object through which it can be referenced.Value: Specifies the value of the button field. This will be the text that is going to be displayed on the button. Example:<input type="button" name="btn" value="Click">This places a button within the HTML form, which can be referenced by using its name "btn" and whose value is "Click". The button will be displayed as below:
This article is written by plus2net.com team.
![]() | ||||||||||||||||
| ||||||||||||||||