DOM and Events

OPTION 1: Attach the event listener to the html element

OPTION 2: Use events directly on the element in js

OPTION 3: Using the addEventListeners function