Welcome to the latest part of this series, we are now nearing the end of the most basic HTML tutorials I can do, so soon I will be moving on to intermediate level, hopefully after reading these you will be ready to continue with those.
In this tutorial we are going to talk about images,in particular - how to set them as backgrounds, and how to include them in your web page.
So we have an image!
its called mrt.gif

and we want to put it on a page about MR T, because we are huge fans and want to pay a tribute to him or whatever.
This is the code for your page so far:
<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>
<body bgcolor="pink">
</body>
</html>