Cannot add anchor text of cat photos where to add?

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>



<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
<a cat photos href="https://freecatphotoapp.com"</a> 

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @yusramulla20 !

Welcome to the forum!

Your cat photos text is in the wrong place. I would reset the lesson.

Your text should go in between the opening and closing tags

<a href="https://freecatphotoapp.com"><!--text goes here--></a>

Hope that makes sense!

1 Like

ok thanks a lot !!! :smiley: :relaxed:

but still i am not able to proceed :worried: :frowning_face:

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>



<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
<a href="https://freecatphotoapp.com"><!--cat photos.--></a>

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

you have commented out the text, it needs to actually be there

1 Like

OK I will try
like only in simple tags??

the text needs to go between the opening anchor tag and the closing anchor tag, you put a comment in there instead of text - if you look at the preview the words “cat photos” not appear like that

1 Like

pls illustrate ! :pray:t2:

if you put stuff in a comment it is hidden, not visible, it’s like it doesn’t exist
you need to write it not in a comment

1 Like

i tried but still same message appearing that you need to enter anchor text of cat photos when i run the tests

what’s your code now?

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>



<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
<a href="https://freecatphotoapp.com"><cat photos.></a>

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

it’s done thank you :smiley: :relaxed:

1 Like

I am glad you were able to figure it out.

This was just a comment to show you where the text goes. We are not allowed to give full answers on the forum so that is why I put that hint in comment tags.

Hope that make sense now.

1 Like

oh ok thank you :smiley:

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