I have done exactly what the challenge said but i canot run the to the next challenge

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="https://freecatphoto.com">"cat photos"</a>
<a href="https://freecatphotoapp.com"this links tp</a>
<a href="https://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/88.0.4324.96 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

you have too many a elements

make sure to have only one instead, and make sure that one matches the requirements

how to do that :slightly_smiling_face:

im also stuck here. it shows-- You need an a element that links to https://freecatphotoapp.com.

delete two of the a elements

you should have a look to the line below:

<a href="https://freecatphotoapp.com"this links tp

seems you forgot the closing > for

This post hasn’t been active for 6 months.

Please participate, in newer posts.

Thank you!

1 Like

@820249

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like