// Bad: element.setAttribute("style", "background-color: red;"); // Good: element.style.backgroundColor = "red";