You have already completed these exercises!
Do you want to take them again?
You completed the JS HTML DOM Events Exercises from W3Schools.com
Share on:
What is a legal HTML attribute used for adding some action when a button is clicked?
<button onclick='alert(10)'>Click me</button>
<button click='alert(10)'>Click me</button>
<button press='alert(10)'>Click me</button>