How to apply background color to webpage html?
Answers
Answered by
3
use the following syntax
<html>
<head>
<title>............</title>
</head>
<body bgcolor="enter your colour">
...
...
...
...
</body>
</html>
dont get confused with the spelling of "color"
THANK YOU
<html>
<head>
<title>............</title>
</head>
<body bgcolor="enter your colour">
...
...
...
...
</body>
</html>
dont get confused with the spelling of "color"
THANK YOU
Similar questions