Learn HTML by Building a Cat Photo App - Step 16

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
nao estou consequindo entender

<html>
  <body>

<!-- User Editable Region -->

    <main>
      <h1>CatPhotoApp</h1>
       <section>
        <h2>Cat Photos</h2> 
        </section>
      <!-- TODO: Add link to cat photos -->
      <section>
         <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
         </section>
        <section>
          <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>

    </main>

<!-- 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/116.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 16

Link to the challenge:

Step 16 instructs you to nest your h2 , comment, p , and anchor ( a ) elements into a single section element, instead of separate section elements.

You seem to be a speaker of Portuguese – freeCodeCamp has both a Portuguese-language curriculum (https://www.freecodecamp.org/portuguese/learn/) and a Portuguese-language subforum (https://forum.freecodecamp.org/c/portugues/534) which might help you.

Tradução para Português:

O passo 16 instrui você a aninhar seus elementos h2 , comentário, p e âncora ( a ) em um único elemento section, em vez de elementos section separados.

Parece que você fala português – o freeCodeCamp tem um currículo (https://www.freecodecamp.org/portuguese/learn/) em português e um subfórum (https://forum.freecodecamp.org/c/portugues/534) em português que pode ajudá-lo.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.