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

<html>
  <body>
<h1> Cat Photo App
<h2> CatPhotos </h2>
</h1>    
  </body>
</html>

Your mobile information:

SM-A346E - Android 14 - Android SDK 34

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi

Have a look at the example code again for the correct syntax for opening and closing heading elements.

<h1>most important heading element</h1>
<h2>second most important heading element</h2>

The text inside the elements needs to be exactly as asked, including any spacing or lack of spacing.

I suggest you reset the step to get the code back. Only make the changes asked.