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 that trigger code when specific user interactions occur. These are events, not elements, properties, or methods.