When will the browser invoke the handler?
When will the browser invoke the handler? Correct Answer Specified event occurs
When an event of the specified type occurs on the specified target, the browser invokes the handler. For example onclick function is executed when mouse is clicked.