Dont know how to section

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

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <a>
      <h2>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."></a>
    </a>
  </main>
</body>
</html>

Challenge: Step 16

Link to the challenge:

do you have a question. please explain.

how to section n html

please also include the challenge link in the question :pray:

Challenge: Step 16

Link to the challenge:

You need to create a new open and close section element after the present section is closing. This if for creating a new section in which you will add elements in the future challenges.

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