Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Describe your issue in detail here.
trying to build this Cat App and I’m stuck right here at the beginning?

Your code so far


<!-- User Editable Region -->

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

<!-- 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/118.0.0.0 Safari/537.36 Edg/118.0.2088.61

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Look at the directions again

Below the h1 element, add an h2 element with this text:

Cat Photos

You need to add the h2 below the h1, but you deleted the h1. You need to reset the challenge to get back the code you deleted