<html>
 <head>
 <title>Backqround Color</title>
 <link href="background-color.css"
type="text/css"rel="stylesheet" />
 </head>
 body {
 background-color: rgb(0,0,200);}
 h1 {
 background-color: ee3e80;}
 h2 {
 background-color: #33ffad;}
 p {
 background-color: ee3e80;}
</html> 