Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
It’s difficult creating a link text with

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more <a href="https://freecatphotoapp.com">link to cat pictures</a>cat photos.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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 mobile information:

Infinix X657 - Android 10 - Android SDK 29

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

It’s difficult creating a link text with element

Provide solution to this challenge

Hi there!

You changed the text of your paragraph element. Reset the challenge step and try to add only anchor element around the existing text cat photos you have within the See more cat photos in our gallery. text.

Tell us what’s happening:
Describe your issue in detail here.
I need help I solving this code
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>cat <a href="https://freecatphotoapp.com">photos.</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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 mobile information:

Infinix X657 - Android 10 - Android SDK 29

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

I can’t seem to understand this task

hi there,

please click the Reset button to restore the code to what it was at the start of this step.
After that, please read the guidance in the link below and let us know if you need further help.

Guidance for making an HTML link within a paragraph element

Hello @DeeBee !

This appears to be a duplicate post of one that has had some responses on it and is checked off for a solution by the system.

Please only respond on the post that you originally create, rather than adding more posts for the same problem?

Wishing you good progress on your coding journey. :slightly_smiling_face:

in future, please do not create duplicate topics for the same challenge or question.
I have merged your duplicates for you into one topic for now.
If you have any follow-up questions, just reply to one of the people who already tried to respond to you or post an update by replying to yourself.

1 Like