Build a Cat Photo App - Step 14

Tell us what’s happening:

i didnot understand the example give in the programing

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

<p><a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg."> cute cats</a>.</p>

<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

You have deleted a lot of the existing code that should be there for step 14. I suggest you reset the step to get it back and only add the anchor elements around the words as instructed. Don’t delete any text.

If you reset the step you will see that you have already inserted anchor tags at line 9 of the code. Follow the example there to this step. In your preview screen the words cute cats should present as a clickable link.

Hii kindly do remove the extra space from here.