Main opening and closing element

It claims the code is wrong but I’m following the instructions and hints of whats wrong and right
It says that my ending main is wrong. It says its in the wrong spot

  **Your code so far**

<html>
<body>
  <h1><main>CatPhotoApp</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 (X11; CrOS x86_64 14588.98.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.59 Safari/537.36

Challenge: Step 5

Link to the challenge:

HI @HunterBocage !

Welcome to the forum!

Your issue is here

You placed the opening main tage inside the h1 tags.
The directions wanted you to place the main tag after the h1 element.
So move that opening main tag and place it below the h1 element.

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