Build a Cat Photo App - Step 37

Tell us what’s happening:

Step 37 of the catphot app, its asking me to add an tag and for some reason it wont happen. I’ve editied and moved it around the tags so much I’m now lost, I have read and written up alot more about the but still it wont let me understand why the code wont run. It doesnt like how I spell freeCodeCamp. not in all small letters and not with capitals, i’ve written it like this:freecodecamp and freeCodeCamp, doesnt like either??? is this a skill issue??

Edit: I’m defo going around in circles, I’ve taken the time to show you guys what’s actually happening on screen. Any tips on making the code behave itself? Am I going to stay in tutorial hell forever??

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="Two tabby kittens sleeping together on a couch.">
          <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
        </figure>
      </section>
    </main>
    <footer>

<!-- User Editable Region -->

      <p><a href="https://www.freeCodeCamp.org">No Copyright - freeCodeCamp.org</a></p>

<!-- User Editable Region -->

    </footer>
  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 37

Turn the existing freeCodeCamp.org text into a link

"No copyright - " should not be part of the link. Only the text indicated

Hi Buddy, See here the actual p tag!!

<p>No Copyright - freeCodeCamp.org</p>

Here the instructions is guiding is guiding you this.

Turn the existing freeCodeCamp.org text into a link.

So here you need to target only the text………

Hope You Understand.

Hope this helps!
code removed by moderator

hi @leiugh

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. How to Help Someone with Their Code Using the Socratic Method

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.

in step 38

Your head element should be above the opening body element tag.

i have already put it above the body element but still it is not correct

where should it be then?

hi @sarareda1412 please create your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.