Link to External Pages with Anchor Elements not working

it keeps saying
Create an a element that links to http://freecatphotoapp.com and has “cat photos” as its anchor text .

Your code so far

<h2>CatPhotoApp</h2>
<main>
  
  <a herf = "http://freecatphotoapp.com" >cat photos</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>

@libbywarrd you never added the href attribute

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

Create an a element that links to http://freecatphotoapp.com and has “cat photos” as its anchor text .

You may have too many spaces in your

And a typo, like said below

check your spelling, it stands for Hypertext REFerence

@ilenia I am a new user here. I don’t know the rules. But I think no one should post a direct solution code. It won’t help the solution seeker to debug code in the future. Probably a hint is good enough. Again it’s only my opinion. No offence.

Where did I post a full working solution? Please tell me so I can avoid doing so

I don’t think I did that here as my quotes are one from the challenge description and the other from the OP code

You can delete the space after and before the double quote. So it works properly.