<html>

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

<body>

Hello!       This text will show up as "Hello!" on the web page.

<img src="http://hedges.org/argentina/July2002/us.jpg">                   to make a picture show up, you use the <img src> tag (image source).  Unlike most tags, you don't need a closing tag, since it exists in and of itself.

</body>

</html>