Html anchor tag. What I'm doing wrong?

This is the chanllege.
Create an a element that links to https://freecatphotoapp.com and has “cat photos” as its anchor text.

This is my answer:

<a href="https://freecodecamp.org">
cat photos</a>

When running the test, It says
// running tests You need an

an element that links to

https://freecatphotoapp.com

// tests completed


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:79.0) Gecko/20100101 Firefox/79.0</code>.

**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

this is your code

do you see the difference?


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 it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').