Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!-- User Editable Region -->

<CatPhotosApp<h1>




<!-- 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/117.0.0.0 Safari/537.36 Edg/117.0.2045.31

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

Link to the challenge:

Hi @sosobabs90 1

Welcome to the forum!

It looks like you have a few issues so I would suggest reseting the lesson.

The lesson wants you to create an h2 element below the h1 with the text of cat photos

the h2 element will have the same syntax as the h1

here is an example of an h2 element

<h2>this is just an example</h2>

hope that helps