Computer Science, asked by ayushsingh215, 11 months ago

write the syntax to change the background colour of a web page

Answers

Answered by Anonymous
25

Hi

<body bgcolor="grey">

bgcolor is used to change background of webpage.


Answered by Anonymous
33
Syntax should follow like this :

<html>
<head>
<title>
ADITYA
</title>
</head>
<body bgcolor ="red">
Hye dear
</body>
</html>
\textbf{&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;<br />ADITYA <br />&lt;/title&gt;<br />&lt;/head&gt;<br />&lt;body bgcolor ="red"&gt;<br />Hye dear <br />&lt;/body&gt;<br />&lt;/html&gt;}
Similar questions