Learn HTML by Building a Cat Photo App - Step 12

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 -->

*

1. * > Blockquote

*

<p>seemore<a href="https://freecatphotoapp.com">link to cat photos</a>.</p>
      <a href="https://freecatphotoapp.com">link to cat photos</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Hello and welcome.

Advice: for new post, you may describe your issue. If you tell us what is your problem, we can help you more easy. If possible, it would be nice if you could tell us what type of error this step says. So, You can learn a bit how the things works. It´s better for everybody!
Keep that in mind.

Solution:
In this step, you need to convert a text (cat photos) in a link. Don´t delete anything. Now, you missed a part of the sentence.

Look this example:

Imagine you have the sentence Click here to view a dog and you want to convert the word here in a link. Your code will be like this:

Click <a href="https://www.somelink.com">here</a> to view a dog

Review the example and adjust your code.

And… what is this:

Remove it.

Advice: reset the step and start again.

Grets.