Help on html step5 html coding

Tell us what’s happening:
Describe your issue in detail here.
in my html step 5 i cant figure out the exact position of main opening and closing end
please hellp

  **Your code so far**
<html>
<body>
  <h1><main>CatPhotoApp<main></h1>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
                                        </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 5

Link to the challenge:

@mkumayl10 - Your bottom <main> tag is correct. But if you read the task correctly in the description, then the starting tag should come after <h1> tag, not before. Also there should be only one opening <main> tag.
Hope you got it.

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