I need help with the anchor elements

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

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="http://freecatphotoapp.com">cat photos</a>

<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>

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @hjelise

You have changed the url. If you use the exact url that you have been asked to use, that might just do the trick for you

I copied and pasted your code and it works for me. Maybe try resetting the problem? Or maybe an extension is interfering or being zoomed in?

Tell us what’s happening:
Describe your issue in detail here.
Please look at the code and tell me what is wrong. I have copied what was instructed.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="http://freecatphotoapp.com">cat photos</a>

<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>

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi there. The address you entered in the href attribute is not the same as the address in the instructions. It is a good idea to copy/paste rather than try to retype the address.

1 Like

hmm… i copied and pasted your code into the problem and it worked for me. Maybe try re-setting the problem? Sometimes extensions or zooming in will make it not work.

Ok, I will try resetting. It looks exactly like the help video. I took a picture of it and typed it word for word and still did not work. I did reset it once already but will reset again. Thanks for the suggestion.

While your code works for me, there are two things:
First, some browser extensions are known to cause issues with some tests.
Two: your a-href is http, but it’s supposed to be https.

1 Like

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