Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
well i need help on this li
Your code so farnk thing

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>
      <a haref="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 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

Click on restart step first because there is some corrupted tags in the code right now.

Once you have restarted look to the preview pane area and notice that you see some text:

Click here to view more cat photos.

What you want to do is make the last two words become a link.

Click here to view more cat photos .

You can review step 10-11 to remember how the anchor element can do that.

Hi,

I can see that on row 8 it says “<a haref” instead of “<a href”. Try and see if that works.

click here to view more cat photos

Hi there, welcome to the forum.

Please keep in mind as you are new here that we do not like to share coding solutions and instead encourage one another by sharing tips, hints or guidance.

Thanks for your understanding.

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