Hello everyone, I'm stuck how do i go about this, i really don't understand am i to create a section withtin the <h2> or ? Can someone explain this to me?

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <section>
      <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>
    </section>
    <section>
      <h2>Cat Lists</h2>
      <section> <h3>Things cat love: </h3> </section>
    </section>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 18

Link to the challenge:

the instructoins ask you only to add h3, no need to add section

I have also tried without it but it’s still not working

its cats you missed s here

Thank you so much, it worked. cheers!

I would like to tell you that in future, you should copy the text from instructions directly to your code, typing it yourself will make it hard to pass but just post it here in the forum I will help you just in case

Point noted. thanks again will follow your advise

1 Like

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