Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

im not understanding what is the issue it is above the p element and still providing the error

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

    
    <p>Click here toview more cat photos.</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi there and welcome. You have modified your paragraph p element text. The paragraph was before:

    <p>Everyone loves cute cats online!</p>

@abhiram27102004