Diaporama d'images avec deux boutons

La page

Nom de la planète

 

Le code

Le code HTML

<html>
<head>
</head>
<body>
  <p style="text-align:center"><img id="photo" width="250" height="250"></p>
  <p style="text-align:center; font-weight:bold" id="nom">Nom de la planète</p>
  <p style="text-align:center"><input type="button" id="btnPrec" value="Précédente">&nbsp;<input type="button" id="btnSuiv" value="Suivante"></p>
</body>
</html>

Le code JAVASCRIPT