Link to External Pages with Anchor Elements ()

Unable to get past it… Constantly getting the error “You need an a element that links to https://freecatphotoapp.com”.

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

<a href = "https://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 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements

there are too many spaces here, look at everything else, no spaces between the property name, the equal sign and the property value

plus, look at the error, it is not like you wrote it, there are differences

You need an a element that links to http://freecatphotoapp.com

1 Like

Write http://freecatphotoapp.com instead of https://freecatphotoapp.com and you will pass this test

1 Like

hahaha… thanks a lot there. Was stuck on that for a while. Stupid me.

I wanted to delete my post, because I read a ieahleen answer after my posting. But you put a like, so I left my answer here. We can pass the test with spaces around the equal sign.

Yeah, I read it half of it and I had tried that too so I moved on towards the next reply.