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;
}
PLEASE! can someone put me through?
Top comments (2)
Thanks! But what about in styl.css?
<body style="background-color="#f1f132" >
</body>