Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Can anyone help me with the code between the user editable regions please.
If you do I will give you a free cookie :cookie:

Your code so far

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

<!-- User Editable Region -->

      <pa=>See more <a="cat photos in our gallery"<a/> </p>
      <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Your best option is to reset the challenge and get the code back to normal because there is a little bit to fix. This would just be the easier option. Then look at the example you are given again

<p>I think <a href="https://www.freecodecamp.org">freeCodeCamp</a> is great.</p>

You need to do the same thing, but your anchor tag (a) goes around the words “cat photos”

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