Answers for "body background colorchange js"

9

javascript change background color

document.body.style.backgroundColor = "yellow";
Posted by: Guest on July-08-2020
2

how to change background color using js

var warning = document.getElementById("warning");
  warning.style.background-color = "red";
Posted by: Guest on August-30-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language