What is the correct HTML tag for adding a background color?
Options
- < body background=”yellow”>
- < background>yellow< backgound>
- .< body style=”background-color:white;”>
- None of these
CORRECT ANSWER : .< body style=”background-color:white;”>
Write your comments