Me and my jelly bean need help on this

im not sure if this is right or not but i need help on this on and ive been on it for like 35 mins now.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<a href="https://www.freecodecamp.org">this links to freecodecamp.org</a>
<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<a href="https://www.freecatphotoapp.com">cat photos</a>
<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 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 OPR/73.0.3856.434

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @botbtw33,

The test needs just 1 anchor element (one with the cat photos) and it should be just after the main tag.

Hope this helps

Hi @botbtw33,
You were giving an instruction to put just one link on the exercise. But from your code so far you have two in there, that’s why you aren’t passing this. Remove this link <a href="https://www.freecodecamp.org">this links to freecodecamp.org</a> from your code. It was only given to you as an illustration to make you understand how an anchor to looks like.

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