write the html code to change background color green of your web page.
Answers
Answered by
4
Explanation:
To specify the web page background color, you have to work with the <body> tag. Indeed, <body> corresponds to the whole web page, so by changing its background color you'll change the color background of the page. The result of this code can be seen in the next figure.
Similar questions