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

<html>
  <body>
    <main>
<section>
  <h2>Cat Photos</h2>
  <!-- Comment -->
  <p>Here are some cute cat photos:</p>
  <a href="#"><img src="cat1.jpg"></a>
  <a href="#"><img src="cat2.jpg"></a>
</section>

<section>
  <h2>Future Content</h2>
  <!-- Comment -->
  <p>This section contains future content.</p>
  <a href="#">Learn more</a>
</section>

<!-- User Editable Region -->

  </main>
  </body>
  </html>

<!-- User Editable Region -->

 

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

  • maybe you’re trying too many things at once for this step :slight_smile:

lets refer to instructions

Take your h2 , comment, p , and anchor (a ) elements and nest them in a section element

  • simply have a “single” section and keep those “mentioned” elements in it

i would recommend you “restart” this step and give it an another go, happy learning :slight_smile: