+ 1
Using CSS explain event handling and event bubbling??
5 Answers
+ 3
In bubbling, the event is first captured and handled by the innermost element and then propagated to outer elements.
In capturing, the event is first captured by the outermost element and propagated to the inner elements.
+ 4
Using CSS explain event handling and event bubbling! never heard of that I only know the event handling and bubbling in JavaScript
+ 4
cool buddy
+ 1
can you explain in that only??
+ 1
thank you so much @neicore