Answer: b. Button-1
Explanation: When associating an event handler with a button click, the event that occurs when you click the left button of a mouse is Button-1; Button-2 is the middle button; and Button-3 is the right button.
When a button click event is detected, the function or event handler associated with that event is executed or triggered. This event handler is responsible for defining the behavior of the button when clicked.