background color w3schools html code example
Example 1: background color css
html,body {
background-color: red;
}
Example 2: css coor background
body {background-color: coral;}
html,body {
background-color: red;
}
body {background-color: coral;}