When will the browser invoke the handler?
A
Program begins
B
Any event occurs
C
Specified event occurs
D
Webpage loads
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.