Showing posts with label image background. Show all posts
Showing posts with label image background. Show all posts

image background

<html>
<body background="background.jpg">

<h3>Look: A background image!</h3>

<p>Both gif and jpg files can be used as HTML backgrounds.</p>

<p>If the image is smaller than the page, the image will repeat itself.</p>

</body>
</html>