MCQ
What is the correct HTML for adding a background color?
A <body style="background-color:red;">
B <body bg="red">
C <background>red</background>
D <body color="red">
Explanation

The style attribute with background-color property is the modern way to set background color in HTML.