|
|
HTML <button> tagSyntax<button> - </button> Definition and UsageThe BUTTON element defines a submit button, reset button, or push button. Authors can also use INPUT to specify these buttons, but the BUTTON element allows richer labels, including images. Optional Attributes
A submit button submit a form, a reset button resets all controls to their initial value and a push button does not have a default behavior. You can assign a script to a button to execute a particular action. Standard Attributes
For a full description, go to Standard Attributes. Event Attributes
For a full description, go to Event Attributes. Example
|
|
Copyright © 2005-8 Sunilcare.
All Rights Reserved. |