Hola!
Abriendo el tag <ul> al finalizar el de img, lo pone al coestado de la imagen. Ejemplo:
Cita: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="imagenes1/favicon.ico">
<title>Documento sin título</title>
</head>
<body>
<h1 align="center"><strong> Esta es la primera página con enlaces</strong></h1>
<img src="imagenes1/html.jpg" alt="Letras HTML sobre fondo morado" width="240" height="172" border="4" align="left" margin 10px;><ul>
<li><a href="enlaces1/formatotexto.html"><strong>Formato de texto</strong></a></li>
<li><a href="enlaces1/imagenes.html"><strong>Listas y tipos de listas</strong></a></li>
<li><a href="enlaces1/listas.html"><strong>Imagenes</strong></a></li>
</ul>
</body>
</html>
Además, como align a la imagen le das como valor left.
Saludos y suerte!