![]() |
VOOZH | about |
The HTML <input type="button"> element is used to create a clickable button in a webpage. It performs custom actions using JavaScript when clicked.
Syntax:
<input type="button"> Example: Demonstrate the use of the HTML <input type="button"> element.