imlauer
DOM event handlers can have modifiers that alter their behaviour. For example, a handler with a once modifier will only run a single time: ```html
Click me
```