Advertisements
Advertisements
Question
What is the correct HTML for adding a background color?
Options
<body background="yellow">
<background>yellow</background>
<body style="background-color:white">
<body bgcolor="white">
MCQ
Advertisements
Solution
<body style="background-color:white">
Explanation:
In HTML, the background color of a webpage can be set using the CSS background-color property inside the style attribute of the <body> tag.
shaalaa.com
Is there an error in this question or solution?
