CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Button Tag

The <button> tag will create a button.

<button>This ia a button</button>

Attributes

  • form - ID of the form the button belongs to.
  • name - The name of the button.
  • type - Type of button.
    • button
    • reset
    • submit
  • value - Initial value for the button.

Copyright 2016 Step By Step HTML. All Rights reserved.