Vidyalelo
JavaScript · Q64

Document Object Model And Event Handling

Programming · JavaScript · question 64

Q64

When will the browser invoke the handler?

A.
Program begins
B.
Any event occurs
C.
Specified event occurs
Answer
D.
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.