Step 5 help please I can't undertsand it and my code wont work

Tell us what’s happening: It wont work
Describe your issue in detail here.

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

Challenge: Step 5

Link to the challenge:

…?


This is the original code:

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
  </body>
</html>

You should only add a single opening <main> and a single closing </main>. Don’t move any of the other code around.

i fixed the issue as soon as i posted this

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