Build a Cat Photo App - Step 8

Tell us what’s happening:

j’ai un probleme .j’ai besoin d’aide pour decrocher l’etape 8 sur creer une application photo de chat.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
     <img src:"https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt:"cat photo">
    </main> 

<!-- User Editable Region -->

  
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0

Challenge Information:

Build a Cat Photo App - Step 8

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc24073f86c76b9248c6ebb.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @assesaliou.sene!

Look at the example again:

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">

How does the syntax for the src attribute differ from your code? And were you asked to add an alt attribute?

Happy coding!

Hi buddy, See here how the src attribute is set here in the given code.

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">

Same you need to do set the alt attribute, kindly do set it and then do add the same alt attribute here.

Hope You Understand.

This step did not ask for an alt attribute, @be_happy. Only the src attribute.