Build a Cat Photo App - Step 11

Tell us what’s happening:

The last one
I can’t understand where to put cat photos and the end

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

    <cat photos href="https://freecatphotoapp.com"/>

<!-- User Editable Region -->

      <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; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 11

Hi

I suggest you reset the step. Check the example for how to do an anchor element. This makes words on the screen go to a website when clicked.

<a href="https://www.freecodecamp.org">click here to go to freeCodeCamp.org</a>

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