Adding an src attribute to the img

**Tell us what’s happening:**I’ve done as advised and corrected the spelling errors, still not working out
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/curriculm/cat-photo-app/relaxing-cat.jpg">.
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 8

Link to the challenge:

I’ve said it before, I’ll say it again, one thing that FCC has taught me is that we, as a group are really, really bad at spelling “curriculum”. :wink:

Why not cut and paste?

Hi!
It is just a spelling error in your src attribute. instead of curriculm write curriculum.

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