Learn HTML by Building a Cat Photo App - Step 18

Tell us what’s happening:
Describe your issue in detail here.Please can anyone tell me the mistake i have done in step 18?

Your code so far

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

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

Link to the challenge:

Hey!
If you look carefully at the instructions, you’ll see that the . is not the part of the text that you need to add to the specified element.
image

Hope this helps! :smile:

Such a silly mistake made me struck :sweat_smile:

I laughed out loud when deleted the “.” and it worked!

1 Like

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