Code blocks starting with 'on' typically indicate that they will cause an event to occur in response to user interactions. This is common in event-driven programming, such as in JavaScript for handling user actions. The correct answer is D: cause an event. ;