change background using js code example
Example 1: change background with js
document.body.style.backgroundColor = "red";
Example 2: document.body.style.background
// Change the background color to red
document.body.style.backgroundColor = "red";
Example 3: change background with js
object.style.background = "color image
repeat attachment position size origin clip|initial|inherit"