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 i need to quotation marks and i don’t know how to put them?

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.</p>
      <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42

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

Link to the challenge:

You need the first before the text after the equal sign, and the second at the end of the text

1 Like

thank you i got it. am on level 12 again ambit confuse

So if you are on a new step we ask that you repeat the steps you did to create this topic. That way any responses you get will be specifically for the step you are on