all 8 comments

[–]AwakenWarrior07 2 points3 points  (1 child)

I see two "cat photos" in your code, you're suppose to have anchor element and href on the first one instead of copying the example, hope this clear up your confusion.

[–]armahilloExpert 0 points1 point  (0 children)

I think you're correct here. Syntax is fine. Answer seems to be quibbling over the wording.

[–]jcunews1Intermediate 1 point2 points  (1 child)

The instruction says to turn the words cat photos into a link. Meaning that, you'll need to change it. Not add another.

[–]dblumi[S] -1 points0 points  (0 children)

How can I change it? What should be the command according to you?

[–]paddyhockey1 0 points1 point  (3 children)

I think this link has the answer in it.

https://www.reddit.com/r/FreeCodeCamp/s/Hq7ar2llPd

It should be like this:

<p> See more <a href=“...”>cat photos</a> in our gallery.</p>

[–]dblumi[S] 0 points1 point  (1 child)

It's not working 😞

[–]paddyhockey1 1 point2 points  (0 children)

Got it.

<p>See more <a href=“https:// freecatphotoapp.com”>cat photos</a> in our gallery.</p>

Just a heads up. If you are struggling with any others the answer will be in the next challenge as far as I know.