const heading = document.querySelector('h1'); heading.textContent = 'Hello, DOM!'; heading.style.color = '#4682B4';