HTML - Tags - <button>

#22 of 147
button
Prev br

 <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


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath