how to make a 4 color background html code example
Example 1: how to change the page background in css
body {
/* this changes the page's background to green */
background-color: green;
}
Example 2: css background color
body {background-color: coral;}