Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

It was tough to create a cat photo app If I run a code check I’m not getting any results

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>CatPhotosApp</h2>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Welcome to the forum @MATHEW_1999-Bugri

You changed the text of the h2 element, which you were not asked to do.
For this step you need to add a paragraph element.

Please reset the step to restore the seed code and try again.

Happy coding