Multiple choice technology web technology onBlur, onClick, and onFocus are all ______ handlers. elements properties methods 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.