Check out example codes for "html background color". It will help you in understanding the concepts better.
Code Example 1
<html>
<body style="background-color:red;">
<p> test <p/>
<body/>
</html>
Code Example 2
<body style="background-color: #fff">
<!---this will change the body color---!>
</body>
Learn ReactJs, React Native from akashmittal.com