Answers for "how to give background color for image in html"

13

how to add background in css

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
Posted by: Guest on November-07-2019
2

html change background color of page

<body bgcolor="some color">
 HTML goes here
</body>
Posted by: Guest on July-30-2020

Code answers related to "how to give background color for image in html"

Browse Popular Code Answers by Language