HTML Form tags, Form, input (text box, password, button, submit, textarea) and form attributes
2. HTML Form Tag
2.4. Button
Button is used to create a clickable button and call a script or a function when the user clicks on this element.
<form>
</form>
<input type = "button" value = "Click me!">
</form>
Output:
