Answers for "html background color for whole page"

2

html change background color of page

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

background color for whole page css

body{
	background-color:red;
}
Posted by: Guest on May-23-2021

Code answers related to "html background color for whole page"

Browse Popular Code Answers by Language