What am I doing wrong....... Please help!

Tell us what’s happening:
Describe your issue in detail here.

  **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>
  <img src ="https://cdn.freecodecamp.org/curricum/cat-photo-app/relaxing-cat.jpg">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; B140DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.101 Mobile Safari/537.36

Challenge: Step 8

Link to the challenge:

I think we need to have a class in spelling “curriculum”, for all new campers. :wink: I’m not giving you a hard time - it’s insane how many people fail this challenge because of that. I shouldn’t give a hard time - I’m a terrible speler. Fortunately, in the “real world” of coding, your editor can have a spell checker that can catch little things like that. It saves my butt all the time. Also consider cutting and pasting complicated strings.

When I fix that, it passes for me.

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