Computer Science, asked by KHUSHI00325, 3 months ago

How can you change the background colour of a webpage¿?¿?

Pls don't post irrelevant answers ​

Answers

Answered by Anonymous
1

In the body tag:

<body style = "background-color : your color;">

<h1> Hello World </h1>

</body>

In this way your webpage will have a background-color

Similar questions