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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
