Computer Science, asked by honeyPriyanshu6326, 1 year ago

How to apply background color to webpage html?

Answers

Answered by alex57
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
Similar questions