Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: coral;  
}  
</style>
</head>
<body>
<h1>The background-color Property</h1>
<p>
To add a background color you can use color names or values. Values can be of type HEX, RGB, RGBA, HSL, or HSLA.
</p>
</body>
</html>