how to change the background in html

HTML
<body style="background-color: #fff">
  <!---this will change the body color---!>

</body><body style="background-color: anything you want">
	[insert 10000 lines of code here]
  
</body>background-color=red;

Source

Also in HTML: