« Crash guide to HTML. Lesson 4 - Adding a tiled background »
...
|
<html> <body background="stone.jpg"> <br /><br /> Ah, that's more like it. <br /><br /> The image - stone.jpg - is stored in the same directory as the 'html' code. <br /><br /> It doesn't have to be in the same directory, but lets not complicate it for a minute. <br /><br /> Next we'll add a title to the page. <br /><br /> </body> </html> See this code running in your browser |



