MCQ
Which event is triggered when a form is submitted?
JavaScript
A onsubmit
B submit
C formsubmit
D Both a and b
Explanation

Both 'submit' and 'onsubmit' can be used to handle form submissions.