Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:
Describe your issue in detail here.
Im still stuck here after reading all the answer here in forum
Your code so far

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

you should click on the Restart Step button first to return the code back to its initial state.
At that point you are presented with this line of code:
<a href="https://freecatphotoapp.com"></a>

And you are asked to put some text in between the 2 tags (just like you did back in step1 and step 2 when you put some text in between the h1 tags or the h2 tags in step 2).

Here you must copy the extact text and place it in the middle of the anchor tags (such that the opening tag comes ahead of the text then the closing tag is the final thing on the line)…
Give that a try please.

still not working im 2 days stuck here lol

is there anything I said that you have a question about or that you didn’t understand?
If not, then you should share your latest code for another review. (hopefully you attempted the steps I outlined first)

(post deleted by author)

still not working or maybe i miss something

you have 2 anchor elements now.
They just wanted you to modify the one they gave you.
(delete the top line to leave only one anchor)

thankyouu somuchhhh!!

1 Like

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