Olya
6
Q:

how to change the background in html

<body style="background-color:powderblue;">
<p style="background-color:tomato;">This paragraph has a red background.</p>
</body>
5
<body style="background-color: #fff">
  <!---this will change the body color---!>

</body>
10
<style>
div {
  background-image: url('img_girl.jpg');
}
</style>
3
<body style="background-color: anything you want">
	[insert 10000 lines of code here]
  
</body>
6
<body bgcolor="some color">
 HTML goes here
</body>
3
background-color=red;
-1

New to Communities?

Join the community