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>Creates a clickable button. Can contain text, images, or other elements.
<button type="button">Text</button><button type="submit" class="btn-primary">Submit Form</button>