Single Choice
Easy
QHow are the registered container elements handled by the event propagation method?
ID: #5143
Javascript DOM & Event Handling MCQ
141 views
Question Info
#5143Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The HTML DOM API offers two methods for event propagation: event bubbling and event capture.
When an event is bubbling, the innermost element initially records and manages it before propagating to the outer components.
When an event is captured, the outermost element first records it before propagating it to the inner components.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic