Example
Execute a piece of JavaScript when the button is clicked:
<button onclick="copyText()">Copy Text</button>
Browser support
IE
Firefox
Chrome
Safari
Opera
All major browsers support the onclick attribute.
Definition and Usage
The onclick attribute is triggered by a mouse click on the element.
Note: The onclick attribute does not apply to the following elements:
, , ,