228k views
4 votes
<style>

body [background-color: blue;]
</style>

What does that code do?​

1 Answer

5 votes
It specifies a color for the HTML document to display. You can change the color by replacing ###### with a hexadecimal value. ... By using the following code: Of course, you can also do it in a separate document instead of an inline method.
User Jan Berkel
by
8.1k points