Technical Documentation Page PK

This is the error message i am getting when i run my code. I am getting 15/16 to finish this project.
## Additionally, the navbar should contain link () elements with the class of “nav-link”. There should be one for every element with the class “main-section”.

Below is my codepen.

<header> Pius Kato </header>

<ul>
  
 <li> <a class="nav-link" href="#Uganda"> Uganda </a></li>
  <li> <a class="nav-link" href="#Kenya"> Kenya </a></li> 
  <li> <a class="nav-link" href="#Tanzania">Tanzania </a></li>
 <li> <a class="nav-link" href="#Rwanda">Rwanda </a></li>
 <li> <a class="nav-link" href="#Burundi">Burundi </a></li>
  <li> <a class="nav-link" href="#About_Me">About_Me </a></li>
  

</ul>
Uganda

"Welcome to Uganda"

  • Best Months to visit: October - December.
  • Kampala
  • Jinja
  • Masaka

<br>
Kenya

"Welcome to Uganda"

  • Best Months to visit: June - August.
  • Nairobi
  • Kisumu
  • Mombasa

<br>
Tanzania

"Welcome to Tanzania"

  • Best Months to visit: August - November.
  • Dar es Salam
  • Dodoma
  • Mwanza

<br>
 <section class="main-section" id="Rwanda">
Rwanda

"Welcome to Rwanda"

  • Best Months to visit: October - December.
  • Kigali
  • Rwamagana
  • Butare

<br>
   <section class="main-section" id="Burundi">
Burundi

"Welcome to Burundi"

  • Best Months to visit: January - March.
  • Bujumbura
  • Gitega
  • Muyinga

<br>
     
     </main>
   </html>

Do you have User Story #8 covered?

Yes sir. It is covered.

It looks like you have 6 links in your navbar and 5 sections? This may be your problem.

Thanks very much sir, i changed it and passed the challenge.

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