Learn HTML by Building a Cat Photo App - Step 8

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <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/curriculum/cat-photo-app/relaxing-cat.jpg">
  
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

The problem is over here try to figure it out. Let me know if you still need help.

for some reason you have this “src” outside of its “img” tag, address that change and it should be alright otherwise its just a “string” for “html” document, happy learning :slight_smile: