write the syntax to change the background colour of a web page
Answers
Answered by
25
Hi
<body bgcolor="grey">
bgcolor is used to change background of webpage.
Answered by
33
Syntax should follow like this :
<html>
<head>
<title>
ADITYA
</title>
</head>
<body bgcolor ="red">
Hye dear
</body>
</html>
<html>
<head>
<title>
ADITYA
</title>
</head>
<body bgcolor ="red">
Hye dear
</body>
</html>
Similar questions