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

    <h1>Hello World</h1>
    <h2>Hello Wrold</h1>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h1>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0

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

Link to the challenge:

Welcome to the community!
Good attempt!
Remove the Hello World pair above this code. They are not needed.
If you look at the closing tag for the h2 element, it has an h1 instead of the required h2.
Suggestion: Reset the step to get the correct code and only add the h2 below the h1.
Happy coding! :slight_smile: