How to apply different background color in html?
Answers
Answered by
1
use the following sytax to apply the colour
<html>
<head>
<title>..........</title>
</head>
<body bgcolor="enter your color">
...
...
...
...
</body>
</html>
THANK YOU
<html>
<head>
<title>..........</title>
</head>
<body bgcolor="enter your color">
...
...
...
...
</body>
</html>
THANK YOU
Answered by
0
Answer:
<body bgcolor = "?">
You can put any color of your choice in it
Similar questions