Computer Science, asked by subassr2600, 1 year ago

Event that is triggered when focus is removed from an html element

Answers

Answered by vishwakarmasharmila4
1

Answer:

The focusout event fires when an element is about to lose focus. The main difference between this event and blur is that focusout bubbles while blur does not. The opposite of focusout is focusin .

Answered by chaudharyvikramc39sl
0

Answer:

Correct Answer is Onblur event occurs when object loses its focus.

Explanation:

  • The onblur event is commonly applied to verify a code. For example when the user leaves a form field.
  • The onblur event is the opposite of the onfocus event.
  • Optional useCapture parameter of the addEventListener() method for the onblur event.

#SPJ3

Similar questions