Build a Cat Photo App - Step 10

Tell us what’s happening:

Having trouble with the element adding to a link

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>
     <https://freecatphotoapp.com  href="https://www.freecodecamp.org"></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) Chrome/143.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 10

please take a look at the example again <a href="https://www.freecodecamp.org"></a>, you need to write something really similar to this, but using a different value for href