Answers for "inline style background color html"

0

background color inline styling

// Background color inline styling
style="backgroundColor: red;"
Posted by: Guest on May-31-2022
1

inline styling to change background color

// Change the background color to red
document.body.style.backgroundColor = "red";
Posted by: Guest on November-22-2020

Code answers related to "inline style background color html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language