The [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction) is the browser's representation of the web page. As a programmer, you can interact with the DOM in your web application using a programming language like [[JavaScript]].