The <button> element defines a clickable button. Inside a button element you can put text, images, or other HTML elements. This is the difference from buttons created with the <input> element.
type="button" - Clickable buttontype="submit" - Submits a form (default)type="reset" - Resets form fieldsEdit the code below and click Run to see the result live.