Question:Which of the following would give a yellow background to the web page? Note: The code used in the "correct" answer below was deprecated in HTML 4.01! Use styles instead for new code.
A <body backcolor="Yellow">
B <body background="Yellow">
C <Body bgcolor="Yellow">
D <body color="Yellow">
+ AnswerC
+ Report