Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

My h2 is getting me confused with the opening and close tags, how do l go about it getting it right?

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2> <'CatPhotos'>. </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/129.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Welcome to the forum @oviemsaniyo30

  1. please remove the white space after the opening tag
  2. remove the white space before the closing tag
  3. remove the angular bracket and quote make around the text
  4. add a single space after the first word

Happy coding