// Background color inline styling style="backgroundColor: red;"
// Change the background color to red document.body.style.backgroundColor = "red";