DOM stands for Document Object Model. It allows JavaScript to interact with HTML elements.
document.getElementById("title").innerText = "Hello DOM";