Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>/</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/112.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to our community!

Read the instruction again, carefully: " Below the h1 element, add an h2 element with this text: Cat Photos"
Don’t delete the h1 element (the existing code line in this challenge).
Add below the existing line a new one with h2 element and type in between h1 tags the given text Cat Photos.