<html>

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

<body>

Hello!      

<p>  I want to put a space between hello and the picture, so I use the <p> tag.  I think it stands for paragraph.

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

 

</body>

</html>