Select Page
Notifications
Clear all

What Is Onclick In HTML?

(@Anonymous)
New Member

The onclick event attribute in HTML works when the user clicks on the button. When the mouse clicked on the element then the script runs.
Syntax: <element onlick = "script">
Attribute Value: This attribute contains a single value script that works when the mouse clicked on the element.

Quote
Topic starter Posted : 22/02/2022 6:52 am
Share: