Need help with a Topic [SOLVED]!

Tell us what’s happening:
I did EXACTLY what the video said, BUT it is still saying that I need to put a Closing and a closing But i did and still not working. After this i am done with my Challenge for the topic.

Your code so far


<body>
  <header>
    <h1>Training</h1>
    <nav>
      <ul>
        <li><a href="#stealth">Stealth &amp; Agility</a></li>
        <li><a href="#combat">Combat</a></li>
        <li><a href="#weapons">Weapons</a></li>
      </ul>
    </nav>
  </header>
  <main>
    <section id="stealth">
      <h2>Stealth &amp; Agility Training</h2>
      <article><h3>Climb foliage quickly using a minimum spanning tree approach</h3></article>
      <article><h3>No training is NP-complete without parkour</h3></article>
    </section>
    <section id="combat">
      <h2>Combat Training</h2>
      <article><h3>Dispatch multiple enemies with multithreaded tactics</h3></article>
      <article><h3>Goodbye world: 5 proven ways to knock out an opponent</h3></article>
    </section>
    <section id="weapons">
      <h2>Weapons Training</h2>
      <article><h3>Swords: the best tool to literally divide and conquer</h3></article>
      <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>
    </section>
  </main>


  <footer>&copy; 2016 Camper Cat</footer>


</body>

Your browser information:

Challenge: Make Screen Reader Navigation Easier with the footer Landmark

Link to the challenge:

I believe you changed the year. You want to only change divfooter

No, I checked and it is still not Working.

I did it still not working.

Try using a different browser. This glitch can happen sometimes.
And since it’s a simple challenge, reset all the code and just change the footer again. It should work then.

2 Likes

I just did it and it WORKED, Thank you so much (:smile:

1 Like