Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Dont understand what did i do wrong?
Your code so far

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

<!-- User Editable Region -->

    <!--TODO: Add link to cat photos-->
    <p>Click here to view more cat photos.</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/109.0.0.0 Safari/537.36 OPR/95.0.0.0 (Edition Campaign 34)

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

Link to the challenge:

Welcome to our community!

The p element contains the different text:

<p>See more cat photos in our gallery.</p>

The comment is OK and is positioned well.

What do you mean. This is the base code of the lesson. I just put the comment on, didint change anything. Anyhow the text you answered me isnt working too :smiley:

This is step 4, by default:

The sentence is different.

thanks, something bugged out :smiley: