Answers for "can we set background in body of html"

CSS
1

how to put background in html

.background{
background-image:url(back.jpg);
background-size: cover;
background-attachment: scroll;
}
Posted by: Guest on December-02-2020
2

background body html

<body backgroun="">
  <p> Hi </p>
</body>
Posted by: Guest on August-24-2021

Code answers related to "can we set background in body of html"

Browse Popular Code Answers by Language