Saturday, February 2, 2013

Set an image as the background of a page


<!DOCTYPE html>
<html>
<head>
<style>
body {background-image:url('paper.gif');}
</style>
</head>

<body>
<h1>Hello World!</h1>
</body>

</html>

No comments:

Post a Comment