Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:

Need help checking my code, I thought I had everything right but it still says it’s wrong

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>

<!-- User Editable Region -->

      <img src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg”/>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

Welcome to the forum @prestonbrooks745

It looks like you are using funky quote marks.

Try using the regular ones, you may need to search on how to do this for your Apple.

Happy coding

1 Like

That took me at least 10 minutes to figure out lol
All I had to do was fix the quotation marks, everything else works fine

1 Like