Vidyalelo
JavaScript · Q74

Document Object Model And Event Handling

Programming · JavaScript · question 74

Q74

Which are the events that have default actions that can be canceled by event handlers?

A.
Submit and form-related events
B.
Reset and form-related events
C.
Submit and reset events
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The submit and reset events have default actions that can be canceled by event handlers, and some click events do, too. The focus and blur events do not bubble, but all the other form events do.