Drag the button div below over the green, red, and blue divs. Watch the console.
Click Me!
There are 3 elements inside this div, all different background colors.
If you click on a element inside an element that has event handlers, you sometimes want it to pass the event up. The Purple div is the only one with a click handler, but you assume you could click anywhere inside it and get the event.