In this we want to create a footer tag (code should have an opening and closing footer tag.)

<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>
<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>
© 2016 Camper Cat

Hey @go2gunasriramanuja,

  • First of all welcome to FCC Forum.
  • Secondly, I don’t know what the problem is here, Is this a problem on a challenge?

i don’t know how to apply it

  • Is this a problem to a challenge, if so can you provide a link to the challenge.
  • If you need help on a challenge, you can do so from the challenge itself by pressing the Get Help Button on the side bar:
  • If you want to apply a <footer> you can do so by doing this
<footer> Footer Content </footer>

thank you so much for your instruction…
i am really happy …

(but it is a simple thing …they asking to code the footer tag with open and closing then …i am also apply it)
according to my view it is correct only…

i did the same only…

but it showing error…

after clicking that host forrum…
then what to do?

please help me…

You can type what is wrong or what you don’t understand and then press Create Topic But Don’t create a duplicate topic, because you already created one here. So I don’t understand what is wrong, what is it that you don’t understand or did wrong?

now i am in confused state…
now i am leaving sorry now my data connection is somewhat problem…
i join with the conversation tomorrow…
thanks for your kind cooperation

© 2016 Camper Cat

this is the answer i coded…

question is remove the div tag from

© 2016 Camper

and add the opening and closing footer tag…

-Owh. Ok so you just delete the <div> tag and change it with <footer> tag so it becomes something like this:

<footer> Footer Content Here </footer>
1 Like
<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>


  <div>&copy; 2018 Camper Cat</div>


</body>

  

question:
Your code should have one footer tag.

Your code should not have any div tags.

Your code should have an opening and closing footer tag.

thank you for your response

thank you …
now i an able to understand …

how should create in code type

above i am mentioned the problem with coding …plz help me what to do.

i removed that div tag and i coded the footer as

<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; 2018 Camper Cat</footer>


</body>

see then what to do …? is there any mistake with this

No, This code should work fine!!

now it is working

i leave a space like this

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

i am reached maximum number or replies so yesterday i can’t able to reply you soon…
now the code run away…

i am happy now…

thaks for your conversation… to help me