Multiple choice technology

onBlur, onClick, and onFocus are all ______

  1. elements

  2. properties

  3. methods

  4. eventhandlers

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

onBlur, onClick, and onFocus are JavaScript event handlers (option D) that execute code when specific user actions occur - losing focus, clicking, or gaining focus on an element. They are not elements, properties, or methods.