How and where do i put my </main>

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

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

</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 6.0; HTC_D10i) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36

Challenge: Step 5

Link to the challenge:

Hi @Levi4pf,

I would really recommend that for this question, and future ones too, that you don’t just put the question in the heading. Instead you should describe your problem in as much details as possible in your post. For example:

  • Is there a particular part that confuses you in a challenge and why?
  • What have you tried?
  • Maybe you have an idea but not sure of how to implement it. What is the idea if so?

Feel free to post on the forums, but I would recommend trying yourself a bit more first, I write this because for this particular challenge, I am not sure I can help more than what is said in the instructions. They say:
Identify the main section of this page by adding a <main> opening tag after the h1 element, and a </main> closing tag after the p element.

Maybe you just read it too fast?
Hope it helps :slight_smile:

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