Q64
When will the browser invoke the handler?
A.
Program begins
B.
Any event occurs
C.
Specified event occurs
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
When an event of the specified type occurs on the specified target, the browser invokes the handler.