Now, what if we want this image to link to our favourite MR T website? well, its quite simple!
<a href="mrt.com"> <img src="http://mrt.gif"> </a>
Now when a visitor click the picture they will be taken to the link it is paired with!
And finally what if you want a kool MR T background instead of the stylish pink one?
The image you want to use for your background is "mrt2.png"

So the simple code to set this as a backgorund would be - <body background="mrt2.png">
So just replace your background color tag with this one!
<html>
<title> MR T FOO' </title>
<head>
<i> welcome to my MR T fansite! </i>
</head>
<body>
<p>
<b> I pity the foo' who mess with this man </b>
<p>
<a href="mrt.com"> <img src="http://mrt.gif"> </a>
<body background="mrt2.png">
</body>
</html>
And voila!

Thats just about all the basic info you need on images in HTML documents.