Build a Cat Photo App - Step 4

Tell us what’s happening:

I wanted to add comment under my

but its not working out
something like this

Your code so far

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

<!-- User Editable Region -->

    
    <p>Everyone loves cute cats online!</p>
    <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0

Challenge Information:

Build a Cat Photo App - Step 4

Hi there and welcome to our community!

Add a comment above the p element…

You have added it below the p element.

how i can pass step 12?

Hi there @mikoman and welcome to our community!

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 Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

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

Write exactly what is the problem. I do not see the step 12(what is in there).

Hey buddy you’ve done almost correct, but you need to put this line above your p tag

When you put it above your p tag, then you will be able to pass this test.

Hope you Understand.