inline stoppropagation code example
Example 1: onclick stoppropagation
something inside the header
Example 2: html onclick stop propagation
// "event" is not universally supported, so instead grab the first
// argument passed through the onclick handler and call
// "stopPropagation()" on it
...