Learn HTML by Building a Cat Photo App - Step 4

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

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

 <!-- p> see more <a href="https://www.google.com/search?q=cat+photos&sxsrf=AJOqlzWjNf9CAMNQFDnX_BjgqFYt3BCBtQ:1673898049315&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjBlvqU7Mz8AhWnQfEDHfiTDo4Q_AUoAXoECAIQAw&biw=1536&bih=722&dpr=1.25#imgrc=fmv67k1hlOlcDM"> cat photos</a> in our gallery</p> -->

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

Hey Busrac1, so your code is all kinds of messed up right now. Where did you even get the a href part? Thats not even in this lesson. You also added the comment on the the line as the paragraph when then challenge tells you to add it above the paragraph with the correct text.

Here is the example on how to make a comment again

<!-- TODO: Remove h1 -->

The comment starts with <!-- and ends with --> Anything in between that is the comment you are leaving. Now, lets look at the instructions again

" Add a comment above the p element with this text:
TODO: Add link to cat photos"

This is your goal. If I were you I would reset the lesson, and using the example provided create a new comment above the paragraph with the test it gives you