The <button>
element creates a
clickable button.
In the example above,
we have added the type as
button
.
We will learn more about
button
element in our
chapter on Form Elements.
To make this type of button interactive,
JavaScript is required.
We will learn more about adding
interactivity to HTML elements
in our Learn JavaScript course.