Learn HTML by Building a Cat Photo App - Step 18

What I make wrong here please help

<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>
    </main>
  </body>
</html>

Your browser information:

I know it might be a little hard to tell where the gray background ends in the instructions, but it does not include the period at the end of the sentence. You want the h2 text to be just “Cat Lists” with no period at the end.

seems like what “bbsmooth” already said is what not letting this “step” to pass, try “removing” that “dot / period” from this “h2” element

and also, try including “step” url as well for convenience, happy learning :slight_smile:

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