Build a Cat Photo App - Step 12

Tell us what’s happening:

I did everything right but It keeps give me an error

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-12

Hello, can you explain a little bit what kind of problem you have? What I saw after your p tags the following phrase is not on some tags

try adding the missing space and using the proper capitalization

Hey buddy, see here these are the text See more which you need to do add.

Kindly do check is it same ?

Second thing when we do add any text before anchor or after anchor we do add space after it. like given below.

The world of coding is getting <a>Updating</a> within seconds 

See this how you need to put the text.

Hope you Understand.