Bonjour
Mon image svg ne s'affiche pas, je ne sais pas pourquoi, pouvez-vous m'aider ?
Voici mon code html et mon fichier photo.svg est bien dans le même dossier que le fichier HTML :
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Made with Thimble</title>
    <link rel="stylesheet" href="style-6.css">
  </head>
  <body>
    <h1>Welcome to Thimble</h1>
    <p>
      Make something <strong>amazing</strong> with the web!
      
    </p>
    
    <img sr="photo.svg" alt="Notre jeu en SVG">
  </body>
</html>

Merci