HTML Tag: BUTTON
BUTTON
/
Defines a button (text or image) to do something.
HTML 4
Example(s):
<button onClick(doit)>Text</button>
Text
<button onClick(doit)><img src="spiral_b0.gif"></button>
Attributes:
ACCESSKEY
CLASS
DENIED
ID
NAME
STYLE
TITLE
TYPE
VALUE
© 2007 Prem Sobel. All Rights Reserved.