changing background javascript code example
Example 1: change background with js
document.body.style.backgroundColor = "red";
Example 2: change background with js
document.body.style.background;
document.body.style.backgroundColor = "red";
document.body.style.background;