Answers for "Give an example to apply a background colour to an HTML document using the CSS background-color property."

4

css transparent background color

div {
 opacity:25% ; 
}
Posted by: Guest on March-21-2020
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 "Give an example to apply a background colour to an HTML document using the CSS background-color property."

Browse Popular Code Answers by Language