Button

A button is an UI element which may be clickable.
Syntax:
<button>...</button>Here, ... represents text you want to appear inside the button.
Attributes:
onclickName of the event which you want to be invoked when the user clicks on the button.
Last updated
Was this helpful?