Forms

button

Defines a form push button. Using the button can contain text or images, this is the difference between this tag and creating a button using the input tag.

Syntax

<button attributes> ... </button>

Example

<button name="submit" value ="submit"type="submit">Click Here</button>

Related tags

CSS Properties

HTML attributes

Search the Soup!