Stuck on step 10 of Cat-photo app

I’m stuck on step 10 of the Cat photo app. I’ve put my opening tags, closing tags, and my href. I have my whole code after the paragraph as its stated. How do I successfully pass this code check? It’s frustrating.

2 Likes

Please post your actual code and a link to the challenge. Thanks


It looks like you ran together the a and href.

1 Like

Hi there, you were right. I had to separate the a and the href. I didn’t see it since I was doing countless retries upon frustration. Your advice helped me, thank you for the reply. For next time, I’ll post my code and the link to the challenge. Thank you again.

4 Likes

There needs to be a space between the anchor (a) and href

<a  href=“link”>

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