[skip nav] www.ackadia.com
ant worker


« Crash guide to HTML. Lesson 4 - Adding a tiled background »

...


Previous lesson     Back to lesson index     Next lesson




cut----------------------------------------------


<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>


cut----------------------------------------------



See this code running in your browser