HTML - Programming Language (MCQ) questions for Q. 27548
Q. What is the preferred way for adding a background color in HTML?- Published on 26 Feb 17a. <body background="yellow">
b. <background>yellow</background>
c. <body style="background-color:yellow">
d. <background color="yellow">text<background>
ANSWER: <body style="background-color:yellow">