InterviewSolution
Saved Bookmarks
| 1. |
What is a Html event? |
|
Answer» entHTML has the ability to let events trigger actions in a browser, like starting a JAVASCRIPT when a user CLICKS on an element. To learn more about programming events, PLEASE visit our JavaScript tutorial. Below are the global event attributes that can be added to HTML elements to define event actions.Hope it will helps |
|