Home / Report Question

Q. Select the code below that uses CSS to configure a background color of #000000 for a web page.
  • A. body { background-color: #000000; }
  • B. document { background­-page: #000000; }
  • C. body { bgcolor: #000000; }
  • D. None of these

Correct Answer: A