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


HTML CSS TUTORIALS » Box Model » background color »

 

body background color


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
<style>
body {
    font: 24px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #ff6633;
}


</style>
</head>
<body>
<h1>header 1</h1>
<p>Do you now?</p>
<p><blockquote>block quote.</blockquote></p>
<p>Did you now?</p>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Box Model
» background color