Answers for "how to change the background color of the html webpage using javascript"

9

javascript change background color

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

set background color dynamically javascript

document.body.style.backgroundColor="white"
Posted by: Guest on June-29-2020

Code answers related to "how to change the background color of the html webpage using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language