Learn HTML by Building a Cat Photo App - Step 17

Tell us what’s happening:
Describe your issue in detail here.
See i can’t continue after step 17 can you please help me in making two sections
Your code so far

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

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.66 Mobile/15E148 Safari/604.1

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

Link to the challenge:

Please click the restart button first (it looks like an arrow turning around). This will reset the code.

After that pls find the </section> section closing tag in the editor and make a new empty line underneath it.

Write the new section opening tag and closing tag in that new line.

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