The Document Object Model (DOM) is a programming interface that represents an HTML or XML document, providing a structured representation of a web page's structure and content
We are select an element from the DOM using many method's
Event delegation in the context of the DOM is a technique where you attach a single event listener to a parent element, which then listens for events on its child elements, rather than attaching separate event listeners to each individual child element.
Attributes
Style