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:

0 comments:

Post a Comment