Multiple choice technology web technology What is the correct HTML for adding a background color? <body style="background-color:yellow"> <background>yellow</background> <body background="yellow"> <body backcolor=”yellow“> Reveal answer Fill a bubble to check yourself A Correct answer Explanation Inline CSS is the modern way to set a background color, using `. The other forms are deprecated (background` attribute) or nonsensical tags, making the stored answer the correct one.