Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I’m stuck on step 12

Your code so far

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

<!-- User Editable Region -->

      <p>See more <a>cat photos in our gallery <a href="https://freecatphotoapp.com">
     <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </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/16.5.2 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hey!
Don’t post full code solution. That’s again the forum policy. You can only give hints for solution.
@iaresleeping

Thanks for telling me! I had no idea, but that makes sense. I removed my other solutions. Do you have a link to the Forum Policy so I don’t make a mistake like that again?

Actually I didn’t read it in the policy. I read about it, in some posts by forum admins and moderators. That’s posting is full code solution is prohibited.
@iaresleeping

Anyway! Here’s the link to forum guide lines
https://forum.freecodecamp.org/guidelines

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