Clickable button  - <BUTTON>   -  </BUTTON>

Previous- BR - Line Break  |  Next-CAPTION - Table caption

Description
Creates a clickable button, usually used within a form. The text enclosed within the tags becomes the caption on the button. Netscape users will see only the text between the <BUTTON> tags, with no way to click the link, therefore we suggest using this element with care.
Attributes
NameValuesDescription
accesskeykey_character
classclassnameClass of the element which is used to associate the element with a style sheet.
datafldcolumn_name
dataformatashtml|text
datasrcid
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
disabled
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
namestringNames a tag, particularly important in client side progamming and essential when submitting form data.
stylestringSpecifies style information for the element.
tabindexnumberAllocates a tab order to over-ride the order of the elements on the web page.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
typebutton|reset|submitMime type for the link, or various other alternatives depending on the source.
valuestringValue of the current item. Deprecated under HTML 4.0

Example
<button>click me</button>
Will be displayed as :

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES NO NO NO NO NO YES YES YES

Previous- BR - Line Break  |  Next-CAPTION - Table caption