Build a Cat Photo App - Step 12

Tell us what’s happening:

I am not sure what is wrong here. I have done this before but have come back to do the certified full stack developer cert and this one step was grayed out so I am not sure if this is bugged. It says to use the existing anchor element and I am. When looking at the code it auto put in this post, it shows < User Editable Region > but I did not write that so I’m not sure if that’s the bug or not

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 gallery

<!-- 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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12

Hi. The tests are case sensitive and must be exact. Look at what you have added that was not asked for before the opening anchor tags. Also look at the preview screen and you will be able to see if it is right.

The user editable region comment is added by the forum.

Yeah I know about it having to be case-sensitive, but what it is saying is wrong is that I have added another anchor element but I haven’t. In the hint bar it says “You should use the existing anchor element, do not create a new one.” Like I was saying earlier I have already gone through this particular one a long time ago, but came back for the new Cert they have and this is the only step grayed out so I didn’t know if this particular one was bugged or changed so that what I had written prior in the anchor element isn’t right anymore

Weird solution here i just found. Seems to work in a private browser, but not if I am on a regular one. I tried ctrl+f5 but that didnt work, any other solutions to that problem you might be able to think of besides go into private browser? Maybe a hard reset of the device?

I actually just realized it was your solution on another page I had found that prompted me to try a private browser, so the fact that it doesn’t work on a regular browser page, would that mean it could be a problem with my ISP?

Hi The issue was your spacing. When read in the preview screen it would have no space before the word “in” or after “more” unless you corrected that in the meantime. Hope you have been able to progress.