The <main> problem

Tell us what’s happening:
Describe your issue in detail here.
Just starting with HTML…
What is the correct order for " < main > " ?
THANKS :sweat_smile:

  **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>

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

Challenge: Step 5

Link to the challenge:

<HtmlBlockTag>
  <AnotherHtmlBlockTag>Some stuff</AnotherHtmlBlockTag>
  <YetAnotherHtmlTag>Some more stuff</YetAnotherHtmlTag>
</HtmlBlockTag>

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

It doesn’t say “after the opening tag of the h1 element”

This is the h1 element:

<h1>CatPhotoApp</h1>

Thank you! I got it.

1 Like

Hi everyone here! Am stuck please help me-

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

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.