Even though the code in itself is correct, you have to be careful about adding spaces - I can see that you didn’t add a space after the “See more” phrase and the anchor tag is basically glued to the word “more”; also, you added a space both before and after “Cat Photos”. In my experience, freeCodeCamp is quite particular about isolating words/phrases the way they tell you to, and this applies to the way the spaces are placed as well.
I hope this helps - good luck on your coding journey!
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. You can give hints and tips, and provide a code example to help get the point across. However, you shouldn’t’ve provided anything the user asking questions can just copy and paste to pass the challenge
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
Hi Cody, thank you so much for informing me of this! This is my first day on the forum and I certainly didn’t know about that guideline, so I apologise for that - I’ve now edited my post and corrected the mistake.
No worries at all. We just want to make sure that those asking questions are the only coming up with the final code to pass the challenges. That way they can learn a little more instead of getting the solution directly and just copying it to pass the challenge. Again, in the future if you feel like someone is having a hard time understanding then feel free to use a code example, but it just shouldnt be anything that can be copied and pasted in.