Please someone help with step 11

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

  **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 cat photos.</p>
    <a click here to go to cat photos</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 (Linux; Android 10; itel W6503) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36

Challenge: Step 11

Link to the challenge:

What seems to be the issue? Any error messages? Something you don’t understand? The more info you give us the better we can help you :slightly_smiling_face:


Your anchor tag seems a bit off…
It’s missing the href attribute that the lesson mentions, its’ opening tag has no closing bracket, and its’ content just repeats the paragraph.

They only want the words “cat photos” to be shown as a link, so that’s all you need to wrap in the anchor tags.

example link

Go to Home Page

You have to add text to the anchor tag.
Like this: <a href="https://freecatphotoapp.com">cat photos</a>

1 Like

Step 11 in: adding an anchor text cat photo to the anchor element. Stuck here

1 Like

Could u pls give me an example or hint on hw to do that just started learning yesterday

I have done this severally still my passing

I’d start then with fixing the points I mentioned :slightly_smiling_face:

1 Like

Passed it , glad and thanks to everyone that help

1 Like

You only have to add text “cat photos” to the anchor tag.
How to add text to the anchor tag?
This is the way to do : <a href="#">Text</a>

1 Like

That’s all we have to do guys!
mod edit: solution removed

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

copy paste word to word “link to cat pictures” just before closing </> tag