Javascript Tutorial Basics: Part17 DOM Events
In this part we going to learn various DOM events in javascript. After completing this tutorial you should be able to answer these questions
1. What is events?
2. How to add events in html elements
3. How to make html interactive using events?
4. How to add click event in html element?
5. How to add mouse over event in html element?