Build a Cat Photo App - Step 36

Tell us what’s happening:

No Copyright-freecodecamp.org

it keeps saying my p element text should be No Copyright-freecodecamp.org its either omited are is not between the p element closing are opening tag i tried it still says same thing

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
        <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
        <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
      </section>
      <section>
        <h2>Cat Lists</h2>
        <h3>Things cats love:</h3>
        <ul>
          <li>catnip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </ul>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
          <figcaption>Cats <em>love</em> lasagna.</figcaption>  
        </figure>
        <h3>Top 3 things cats hate:</h3>
        <ol>
          <li>flea treatment</li>
          <li>thunder</li>
          <li>other cats</li>
        </ol>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
          <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
        </figure>
      </section>
    </main>

<!-- User Editable Region -->

   <footer> 
   <p>No Copyright-freecodecamp.org</p></footer>
   </footer>
     
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0

Challenge Information:

Build a Cat Photo App - Step 36

one thing you can do is compare the spaces in the original text with your text. Did you keep every space that was there from before?

also watch out for these closing tags. You need one per opening tag but it seems you have more than you need here.

i took it away but it still says same thing

i cant find nothing on youtube its like this step does not exist

Check if there are extra spaces within the p element other than what was specified in the text ("No Copyright-freecodecamp.org"), and confirm that all your elements have one opening and corresponding closing tag.

ty i reset that lesson an re did it an it worked but i copied an paste an it worked fine but when i typed it by hand it said that error

1 Like

OK. Glad it works now.
It might have been a spacing issue while typing. All the best to you. Happy coding.

i looked at it an i forgot a space