Jump Straight to the Content Using the main Element?

Tell us what’s happening:
What is wrong here? It says that the main element should be beetwen the closing header and opening footer element?

Your code so far


<header>
  <h1>Weapons of the Ninja</h1>
</header>
<main> Ninja Weapons </main>


<footer></footer>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/jump-straight-to-the-content-using-the-main-element

you have to empty out the main tag :grinning:

what does that mean actually? :grinning:

you cannot input anything between the main tags

1 Like

Thank you very much, it’s resolved now :grinning: . It never said anything about that…

it did :rofl::rofl::rofl:

Camper Cat has some big ideas for his ninja weapons page. Help him set up his markup by adding opening and closing main tags between the header and footer (covered in other challenges). Keep the main tags empty for now.

1 Like