+ 1

how to set background color on html

23rd Sep 2020, 5:44 PM
ubaid
5 odpowiedzi
+ 3
There are in css attribute called background-color set its color with background-color:red;
23rd Sep 2020, 5:55 PM
HBhZ_C
HBhZ_C - avatar
+ 2
Hi ubaid and welcome to Sololearn I believe this will be helpful! https://www.sololearn.com/learn/CSS/1103/
23rd Sep 2020, 6:30 PM
Vachila64☕
Vachila64☕ - avatar
+ 1
<body bgcolor='black'>other code goes here</body>
24th Sep 2020, 5:10 PM
Twinkle Baisane
Twinkle Baisane - avatar
+ 1
<body bgcolor='red'>
25th Sep 2020, 10:14 AM
Twinkle Baisane
Twinkle Baisane - avatar
0
https://www.sololearn.com/learn/HTML/2901/ Click on "Try it yourself" and check the CSS tab.
23rd Sep 2020, 5:57 PM
RKK
RKK - avatar