Multiple choice technology web technology

onBlur, onClick, and onFocus are all ______ handlers.

  1. elements

  2. properties

  3. methods

  4. events

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

onBlur, onClick, and onFocus are JavaScript event handlers. The 'on' prefix is characteristic of events in JavaScript - they trigger functions when specific user actions occur like clicking, losing focus, or gaining focus.