Inserting images and backgrounds
This is the basic structure with a background image added.
<html>
<head>
<title> </title>
</head>
<body background="parchment.gif">
</body>
</html>
CLick here to see background page
This is the basic structure with a background color added.
<html>
<head>
<title> </title>
</head>
<body bgcolor="#abcfff">
</body>
</html>
CLick here to see background color page
This is the code for adding an image to your page.
<html>
<head>
<title> </title>
</head>
<body>
<img src="trophy2103.jpg">
</body>
</html>
CLick here to see image page