Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
Hello!

I am unable to figure out what am I doing wrong with the step 9 on the Cat Photos App Project. I have added src attribute to the img element and copy pasted the provided link.

Kindly let me know what is wrong with my code below.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>
       <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

Hey!

I did figure out what was wrong.

Welcome!

Good for you figuring it out on your own.

Happy coding! :slight_smile:

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