Need Help tags in code arent working

I just started learning html and tags such as, href, src and things like that arent working in my code.

Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="https://freecatphotoapp.com">This link goes to freecatphotoapp.org</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 (X11; CrOS armv7l 12371.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

the syntax looks correct,
If you mean that the tests don’t pass, well see the error messages:

// running tests
Your a element should have the anchor text of "cat photos".
// tests completed

the text inside the a element should be “cat photos”

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