Computer Science, asked by dgill2833, 1 year ago

How to apply different background color in html?

Answers

Answered by alex57
1
use the following sytax to apply the colour
<html>
<head>
<title>..........</title>
</head>
<body bgcolor="enter your color">
...
...
...
...
</body>
</html>

THANK YOU
Answered by Anonymous
0

Answer:

<body bgcolor = "?">

You can put any color of your choice in it

Similar questions