Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
im on step 12 and i cant figure out where to put the ´cat photos´ text
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 cat photos in gallery.>
       <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/112.0.0.0 Safari/537.36

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

Link to the challenge:

Hello and welcome to FCC Forum, a community of people helping each other!

You should not remove, nor add, cat photos.

Place the anchor around the two words within the existing p element statement.

Make sure to leave a space between the anchor and the previous word, and the closing anchor and the next word.

< h4>This is an < a href=“some url”> example of< /a> how it should appear. < /h4>

Happy Coding! :slight_smile:

1 Like

i did what you said but the link isnt like blue and on the preview you can see the link

Show us your new code

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like

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