+ 4
How to pick a colour in body
Html
2 odpowiedzi
+ 15
Sheev Jha
Under body tag, using CSS you can set background color of body tag.
Background-color , color , background etc can bhi used for that
Also I suggest first Complete the HTML as well as CSS course for better understanding.
+ 8
use this in css
body{
background-color:blue;
}