Advertisements
Advertisements
प्रश्न
What is the correct HTML for adding a background color?
पर्याय
<body background="yellow">
<background>yellow</background>
<body style="background-color:white">
<body bgcolor="white">
MCQ
Advertisements
उत्तर
<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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
