Crie um Aplicativo de Fotos de Gatos - Passo 37

Conte-nos o que está acontecendo:

Passo 37
aplicativos para gatos
alguem poderia me socorrer, ja tentei de tudo
Torne o texto freeCodeCamp.org existente em um link, incluindo-o em um elemento de âncora (a). O atributo href deve estar definido como https://www.freecodecamp.org

Seu código até o momento

<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 freeCodeCamp.org.>
    <a href="https://www.freecodecamp.org">
      </a>
      </p>

<!-- User Editable Region -->

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

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Informações do desafio:

Crie um Aplicativo de Fotos de Gatos - Passo 37

Welcome to the forum @mirandasamuel96 !

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

This is the original starting code. Please reset this step to restore that code and only turn the text “freeCodeCamp.org” into a link. Do not change or remove any of the other code.

You have done this before when you turned “cute cats” and “cat photos” into a link, if you need an example.

Happy coding!


Could you please give me an example? I’ve been stuck here for days and haven’t been able to solve it yet.

Hii, i do thih

removed by moderator

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.