Answers for "html set background color whole page"

CSS
1

background color for whole page css

body{
	background-color:red;
}
Posted by: Guest on May-23-2021
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 "html set background color whole page"

Browse Popular Code Answers by Language