Q. What is the correct syntax of the following CSS code?
β
Correct Answer: (D)
Body {color: Black}
Explanation: This defines the text color for the “body” element. Anything you apply to the “body” element in CSS will affect the whole page.