It's real easy to put a whole picture on your page. All you have to do is change the <body> tag. to look like this.

Here is a link to a really cool page with backgrounds in them you can use!!!

 

<!doctype html public "-//ietf//dtd html 2.0//en">
<html>
<head>
<title>Welcome to my home page</title>
</head>
 
<body Background=Image.gif>
 
</body>

</html>

 

You'll need to put the name of your picture in where the word Image.gif appears above.

 

The HTML for this page looks like

<!doctype html public "-//ietf//dtd html 2.0//en">
<html>
<head>
<title>Welcome to my home page</title>
</head>
 
<body Background=Crumpled_Paper.gif>
 
</body>

</html>

Back to Assignments Page