<div id="box"></div>
const element = document.querySelector("#box"); //change background-color element.style.backgroundColor = "red";