Showing posts with label CSS - Background. Show all posts
Showing posts with label CSS - Background. Show all posts

Change background color by CSS

By using this code you can change your background color.
<html>
<head>
<style>
body{
background:green;
}
</style>
</head>
<body>

<body>
</html>
The output is given below: