Learn HTML by Building a Cat Photo App - Step 12

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

Hi Dev, i hope you’re fine.
I’m stuck with lvl 12.
Code error :

Test

Sorry, your code does not pass. Keep trying.

Hint

The link’s text should be cat photos. You have either omitted the text or have a typo.

I do a reset, but have the same problem

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos.</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

That code is almost perfect.
You just need to move the period (dot) to the right of the closing anchor tag as it was not meant to be part of the link.

1 Like

Thx, what’s not expecting, the dot was a problem … Should be more carrefull. Have a nice day.

1 Like

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