« Crash guide to HTML. Lesson 3 - adding color to the background »
...
|
<html> <body bgcolor="lime"> Lime, as you'll see is a bit overkill, though you can choose other colors, naturally. <br /><br /> We'll use (tile) a background image next instead. <br /><br /> </body> </html> See this code running in your browser |

