background-color : background color : Box Model HTML CSS TUTORIALS


HTML CSS TUTORIALS » Box Model » background color »

 

background-color


 



<html>
<head>
<title>The background-color Property</title>
<style>
body {
  background-color: rgb(35%, 35%, 85%);
}

h1 {
  background-color: white;
}

{
  font-size: 1.2em;
  background-color: white;
}
</style>
</head>
<body>
<h1>Background Color Transparency</h1>
<p>default value<br />
&quot;transparent&quot; <br />

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Box Model
» background color