The button element
button datalist fieldset form input keygen label legend optgroup option select textarea
Forms
<html> <body> <form action="SubscribeForm.aspx" method="post"> <button type="submit">Subscribe</button> </form> </body> </html>
The button element creates a clickable button that can be part of a form, or be placed anywhere on the page.
A live example:
N of
Ads by Google
© Richard McGrath