ciao sono ancora molto inesperto per quel che riguarda html cmq stavo creando un file e non mi visualizza l immagine questo è il file primario

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spazio-onepiece</title>
</head>

<frameset rows="50%">
<frame name="IMMAGINE SUPERIORE" src="Immagine.html" scrolling="no" frameborder=0>


</frameset>

</html>


file secondario

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body background="C:\\Users\\alessio\\Pictures\\logo_ste llaazzurra.gif " >

</body>
</html>

perchè non mette l immagine?