Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

<html>

<!-- User Editable Region -->

  <main> <h1> </maaiinn> 
  
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-T515) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Hey buddy You seem to have your code mixed up

This is not a valid html tag
correct it as per the instructions and am sure your code will pass.
The main tag encloses the main content of your page like in this example

<main>
<!-- Everything else goes here-->
<h1></h1>
</main>

hope it helps
Happy coding.

2 Likes

Hi?
Your code should have opening above h1 element and closing below the

element.:grinning: