Q. Select the code below that uses CSS to configure a background color of #000000 for a web page.
β
Correct Answer: (A)
body { background-color: #000000; }
You must be Logged in to update hint/solution