Can someone tell me what's wrong with the freecatphoto link it's not running

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
< href="https://freecat.freecat.cfreecat.freecat.cofreecat.freecat.cfreecat.freecat.com


<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
   <a href="http://freecatphotos.com"> cat photos</a> rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-A107F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

@a.mathuku3 You should add the anchor element and your code is wrong because there are no ending tags and the anchor element and the URL is incorrect.

Spoiler alert!!

Solution: <a href="http://freecatphotoapp.com">cat photos</a>

1 Like

this is invalid html, it is missing the tag name, plus it is affecting what’s after because it’s missing the " and the > at the end

I suggest you reset your code and try again to just add the anchor element

1 Like

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