Learn-html-by-building-a-cat-photo-app - Step 4

It is not clear to how to complete Lesson 4 html step 4

please help

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

EL comentario lo debes agregar arriba del elemento “p”

This is what is how it needs to look like.
<!–TODO: Add link to cat photos – >

The comment need to be at the top of your paragraph

Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with <!--, contains any number of lines of text, and ends with -->. For example, the comment <!-- TODO: Remove h1 --> contains the text TODO: Remove h1.

Add a comment above the p element with this text:

TODO: Add link to cat photos