Example of a Linked Image:
(<a href="http://www.microsoft.com/"><img src="ie.jpg" border=0></a>)
Your Own HTML Page
Right click on the image in the centre of the black-bordered box below, and select "Save Image As" / "Save Picture As", or similar. Save it as "bullet.gif" in the same directory where your home page ("home.html") is stored.
Add the following to your HTML page ("home.html"): (the red text is what to add)
<html>
<head>
<title>My Home Page</title>
</head>
<body background="bgnd.gif">
<center><font color="Green"><h1>YOURNAME's Home Page</h1></font></center>
<hr>
This is the home page of
<a href="mailto:YOUR EMAIL ADDRESS"><img src="bullet.jpg" border=0><b>YOURNAME</b>.
<img src="bullet.jpg" border=0></a>
<p>Type something about yourself here. Describe briefly who you are and what you do for a living. Remember to use bold and italic text, for emphasis.</p>
</body>
</html>
Save the text file as "home.html".