What is the wrong with this?

Tell us what’s happening:
I can’t pass this
What is the wrong in this code?

Your code so far
<a href="http://freecatphotoapp.com"cat photos


<h2>CatPhotoApp</h2>
<main>



 <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>
<a href="http://freecatphotoapp.com"cat photos</a>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; SM-T585) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.111 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Welcome, mahdtomar.

If you look at the syntax highlighting of the code, you will be given a hint of what is wrong:

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

Hope this helps

2 Likes

I watched the video that explains how to make the code and i do the same but the result is wrong

Again, look at the syntax of the line @Sky020 quoted above. Remember that HTML tags start with < and end with >.

1 Like