Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

I do not know what to do with the h2 element. I tried

/CatPhotos/

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 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Look at your h1 element and try doing it exactly the same way

1 Like

I tried that and it sucessfully worked. Thanks a lot! :smile:

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.