Build a Cat Photo App - Step 10

Tell us what’s happening:

I am having trouble here is the code:
<a href"https://www.freecatphotoapp.com">freecatphotoapp.com
I’m new, what am I missing?

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
      <a href="https://www.freecatphotoapp.com">freecatphotoapp.com</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 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0

Challenge Information:

Build a Cat Photo App - Step 10

You’re doing fine. You just need to be careful to follow the instructions exactly. So, like the example, the instructions did not ask you to add text inside the anchor element. Try removing that and you should be able to move forward.

Thank you for the input but what I did prior was delete something that I needed so I wasn’t exactly giving you all the information. But I got it this time. This is why you should never rush out in the field.