2/19/2025
HTML Events: Events that trigger actions in a browser.
OnEvents: A typr of HTML event that triggers in response to an action. (ex. onClick)
EventListener: A function that detects and responds to events in a program or application.
We will utilize HTML and JavaScript APIs to control and configure interactions. We will review EventListeners and native HTML "on" events. We will review target events.