Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
please how do i indent my codes between the opening and closing tag of section ( HTML step 15 ).

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>

<main>
    <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>
      <ahref="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>  
</main>

</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

hi there,
somehow a typo entered your code.
Have a closer look at this line of your Code:

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

Not the same href as it should be.

Im having the same problem, except my previous line of code if fine. Im supposes to “anchor” an (a) element to the actual photo it’s self using the htttps://freecatphotoapp.com as my url as my “href” starting on line 8

There’s a missing opening tag of the anchor (a) element.

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Did you try pressing space bar two times? The task wants you to press it two times.

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