Computer Science, asked by shifakadri, 4 months ago

Which Java Script event is executed when element such as a radio button becomes inactive?

(A) blur() (B) abort() (C) unload() (D) load()​

Answers

Answered by manojjkhurana
0

Answer:

( C)Action is the answer

Answered by brainlysme9
0

Java Script event is executed when an element such as a radio button becomes inactive is blur().

When an element loses focus, the blur event occurs. The blur() method either initiates a blur event or attaches a function to run when one occurs.

Similar questions