button

the only difference with type="button" or "image","submit" and "reset" is that button can take html inside it.this opens a whole world off styling.

button attributes:

it takes the following:

  1. if type="submit":
    • formaction
    • formenctype
    • formmethod
    • formtarget
    • formnovalidate
  2. takes shared attributes.