I'm confused on what to do on this step please help

For some reason I’m getting stuck on step 8 and I cannot understand what I’m doing wrong

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <imgscr="https://cdn.codecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 8

Link to the challenge:

Nota: las etiquetas “img” y “src” van separadas y la URL es:
cdn.freecodecamp.org
en lugar de solo:
cdn.codecamp.org

Espero te funcione.

Thank you for the reply and trying to help me but for some reason it didn’t work

This is what i’ve written "<img scr="URL">

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

This is spelled incorrectly here

Hope that helps!

La solución que escribí la probé y me corrió perfectamente en freecodecamp, me parece muy raro que no te funcione.

It is working for you because you are using src while @S0ggy is using scr :slight_smile:

1 Like

Debe ser :

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.