CBSE BOARD X, asked by preethip1909, 11 months ago

Define the event handling in HTML tables.​

Answers

Answered by alanmathewse
9

Answer:

HTML DOM events allow JavaScript to register different event handlers on elements in an HTML document. Events are normally used in combination with functions, and the function will not be executed before the event occurs (such as when a user clicks a button).

Similar questions