Blog Desk       February 10, 2020      336

What is the correct HTML for adding a background color?

  1. <background>yellow</background>
  2. <body bg="yellow">
  3. <body style="background-color:yellow;">
  4. <body color="yellow">

The Right Answer is : Option C

Explanation