Tell us what’s happening:
My code is correct but it showing wrong please solve it
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
see more<a href="https:/freecatphotoapp.com">cat photos</a>in our gallary
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36
Challenge Information:
Build a Cat Photo App - Step 12
dhess
March 5, 2026, 5:11pm
2
Welcome to the forum @nagendharnani12345 !
'See more '
This is the string you were asked to add before the anchor element. Is that what you have there?
' in our gallery'
And this is the string you were asked to add after the anchor element. That doesn’t look like what you have either.
Careful with capitalization and spaces. When the instructions supply the text to use in your code, it’s best to just copy/paste it to avoid issues with capitalization and spacing.
Happy coding!
Hi buddy, See here this is the exact text written in the instructions over there !!
See more and in our gallery
Here you need to do add this in the anchor tag before and after so that there will be a pure link text will be seen in the result.
This is the <a href="link address">anchor</a> tag here.
See here how I have used the anchor tag here and how this text will convert in the link.
Hope You Understand !!
`if you want too pass this just copy and paste what is below as it should be thanks. Ian`
system
Closed
April 3, 2026, 9:55pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.