Answers for "how to change background colors on a webpage jacascript"

0

set background color dynamically javascript

document.body.style.backgroundColor="white"
Posted by: Guest on June-29-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 "how to change background colors on a webpage jacascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language