WalidH98
2/23/2019 - 7:33 PM

image.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="FichierStyle.css" />
  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  <title>Gandalf</title>
</head>

<body>

  <div class="pic">
    <img src="http://images.innoveduc.fr/integration_gandalf.png" alt="Reward" />

    <p class="texte">reward <span>1000</span><br/>golden coins</p>
    </>
    <div class="name">
      <h2>Gandalf</h2>
    </div>
  </div>

</body>

</html>