Vidyalelo
JavaScript · Q67

Document Object Model And Event Handling

Programming · JavaScript · question 67

Q67

Which form of event propogation handles the registered container elements?

A.
Event Propogation
B.
Event Registration
C.
Event Capturing
Answer
D.
Default Actions

Answer: Option C

Solution

Answer: Option C
Solution:
Another form of event propogation, known as event capturing, handlers specially registered on container elements have the opportunity to intercept ( or “capture” ) events before they are delivered to their actual target.