Learn HTML by Building a Cat Photo App - Step 10

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

Your code so far

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

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.</p>
      <a><href='httpsfreecatphotocom></a>

<!-- 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 13; 23021RAAEG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Hello and welcome to the forum!

It’s very helpful if you can learn to describe the issues which you’re struggling with, so we can better understand how to help you. Also, it’s a really important skill in coding to learn to describe problems!

The challenge instructions are asking you to create an anchor element with a link to:
https://freecatphotoapp.com

The syntax for this is given in the instructions but your code isn’t quite correct. You don’t have the correct url or syntax.

I would reset the lesson and have another look at the example and see if you can figure it out.

TIP: It’s easier and less error-prone to copy and paste urls, rather than typing them by hand.