https://codepen.io/Aquila111/pen/wvePQPe

I need help I’m unable to fix “10. the navbar should contain link () elements with the class of “nav-link”. There should be one for every element with the class “main-section”.”
anyone here???

 <header> Airspace </header>
     <nav id="navbar">

put your navbar like this…

but it says my navbar should contain header element instead

1 Like

The navbar element should contain one header element which contains text that describes the topic of the technical documentation.
yes you are apsolutly right
sory.
You have nav-links in your navbar…

but this :slight_smile:

 <p>
      <ul>
        <li> optimal months to visits: March - April. </li>
        <li> popular cities </li>
        <ul>
          <li> Tokyo </li>
          <li> Osaka </li> 
          <li> Kyoto </li>
        </ul>
    </ul>
    </p>

I think thet: <p>

<li>
<a> optimal months to visits: March - April. </a>
</li>
       

try like this…

you sure list before paragraph is gonna work?

1 Like

yup
see…
https://jsfiddle.net/zaklina/9q8u670s/

the problem is w


ith my element not the p

thet is a servy form.

and you asked about tehnical documentation page?

yeah, technical document page

and your are passing the test in those two?
as I see…
what`s your point?

i can’t pass no: 10 where it says i should put my element in the .main-section, i did but i think i didn’t do it right

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