Q80
Which event can be fired on any scrollable document element?
A.
Window
B.
Scroll
AnswerC.
Load
D.
Unload
Answer: Option B
Solution
Answer: Option B
Solution:
Scroll events can also be fired on any scrollable document element, such as those with the CSS overflow property set.