how to add background color in w3schools code example
Example: how to make a background color in html
<body style="background-color: #fff">
<!---this will change the body color---!>
</body>
<body style="background-color: #fff">
<!---this will change the body color---!>
</body>