DOM (Document Object Model)

The DOM is a memory representation of the HTML structure of a page. It allows JavaScript to dynamically manipulate elements (add, modify, delete). It is the basis of modern web interactivity.