Free cat photo app anchor cat photos it's not letting me pass that somebody look at my code and help me outmmm

Tell us what’s happening:

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="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 (Linux; Android 8.1.0; LML212VL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

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

1 Like

You should see what tests are failing in the output. What is that saying currently?

it should be “http://freecatphotoapp.com” instead of freecatphotoapp.com

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

@seananthony813, this might indeed be the problem. These subtle errors can be a pain at times and highlight why tests can be helpful to isolate bugs. I’ve had a missing semicolon give me greys in the early days in C.

Peterpann can you please walk me through it please

dalevross can you please walk me through it

Compare carefully what you have as the href value to what the error is reporting.

2 Likes

Thank oh you so much man I really appreciate it

2 Likes