button

Creates a clickable button. Can contain text, images, or other elements.

Syntax

html
<button type="button">Text</button>

Example

html
<button type="submit" class="btn-primary">Submit Form</button>