Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.

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<a href="https://freecatphotoapp.com"> </a> in our gallery</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/116.0.0.0 Safari/537.36

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

Link to the challenge:

Hello.

Advice: for new post, you may describe your issue. If you tell us what is your problem, we can help you more easy. If possible, it would be nice if you could tell us what type of error this step says. So, You can learn a bit how the things works. It´s better for everybody!
Keep that in mind.

Solution:

The words cat photos must be in the text link.

Example:

text before <a href="https://www.somelink.com">text link</a> text after

Review the example and adjust your code.

Grets.

Can you please solve it for me i am stuck in this! please.

just put cat photos between 2 a tags

Hello.

No, sorry. The objective of freecodecamp is that you learn to do it yourself. If I solve it for you, you don’t learn.

It is easy. We can do it togheter and slowly. ok?

You have the sentence See more cat photos in our gallery. and you need to do a link with the words cat photos

So…

  • you have a text before: See more (don´t forget a space at the end)
  • you have a text link: cat photos (before spaces after or before)
  • you have a text after: in our gallery. (don´t forget a space at the begin and a dot at the end)

Well. Do you remember my previous example?

Review it.

Grets.

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