What I did wrong

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://www.freecodecamp.org/curriculu/cat-photo-app/relaxing-cat.jpg"
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1

Challenge: Step 8

Link to the challenge:

HI @Maryalbert !

The src attribute should go inside the img element here

You currently placed it outside the img element.
This is incorrect

Hope that helps!

Hello there! Actually I’ve been trying many times but not work. The code that you gave me are the same. The problem is it won’t work no matter I tried.

Hello,

Your are close - remove > after img and put it right after the quotation mark at the end of the url

1 Like

There is no “m” in the word “curriculum” in your url.

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