HOW DO YOU CREATE A BACKGROUND COLOR IN HTML AND STYLE.CSS WHILE CODING?

mich-web - Jul 22 - - Dev Community

I have been trying to create a background color in my codes but it seems I don't get it.
The last time I tried it I did it like this:

In the HTML....
<body>
<bgcolor="#f1f132">
</body>

While in css....
.body {
bgcolor: #f1f132;
}
Enter fullscreen mode Exit fullscreen mode

PLEASE! can someone put me through?

. . .
Terabox Video Player