149k views
4 votes
Anyone help pls ? Complete the code below to add css to make the background of the web page orange.

< html>

User Xmoex
by
5.1k points

1 Answer

5 votes

Answer:

In HTML file

<body>

Or

In CSS file

body {

background-color: orange;

}

User Zvikara
by
6.1k points