[amp_mcq option1=”OnClick” option2=”onclick” option3=”Click” option4=”click” correct=”option1″]
The correct answer is: A. OnClick
A button’s OnClick event is used to run code when the button is clicked. This event is typically used to perform an action, such as opening a new window or submitting a form.
The other options are incorrect because they are not valid event names.