Pages

Monday, January 28, 2013

1.CSS Style :To Change a Page Background


  1. To Change a Page Background


<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-color:#b0c4de;
}
</style>

</head>
<body>
<h1>My CSS web page!</h1>
<p>Hello world! This is a W3Schools.com example.</p>
</body>
</html>


0 comments:

Post a Comment