But first, back to basics !
What are events and event handlers ?
An event is a signal that something has happened. Often, when events happen, you may want to do something. There are many events that JavaScript provides to interact with the DOM. And ...