<html>

<head>
<title>Title of Web Page</title>
</head>

<body>

Hello!      

<p> 

<img src="http://hedges.org/argentina/July2002/us.jpg">                 

<p>

<a href="http://mattandclau.com">Look at Pictures of Matt and Claudia!</a>  To make a link, we use the anchor tag.  "a" stands for anchor, and I THINK href for hypertext reference.  Everything between the tags will be links.

</body>

</html>