Image qui ne s'affiche pas
Bonjour à tous et excuser moi pour cette question de debutant,
mais avec un code de test (pour mon futur site),tres basic, je n'arrive pas à afficher une image (il y a une icone avec une mini image avec un paysage (untruc classique du web).
Pouvez vouz m'aider svp
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| <html>
<head>
<title>Logimaths_ok</title>
</head>
<body>
<a href="puissance_ok.htm"><IMG SCR="calcul_mental.png" width=100 height=50 alt="calcul mental"></a> <br> <br><br>
<hr>
<a href="random_ok.htm">Pour avoir un nombre au hasard, cliquez ici !</a> <br> <br><br>
<hr>
<a href="Calcul mental 0 à 9.htm">Pour faire du calcule mental, cliquez ici !</a>
</body>
</html> |