Product Landing Page ! need help!

Can’t pass the following tests:

Each .main-section should have an id that matches the text of its first child, having any spaces in the child’s text replaced with underscores (_ ) for the id’s.

Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).

https://codepen.io/nagendra-babu-marasu/pen/PoQaqLJ


Your browser information:

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

Challenge: Build a Technical Documentation Page

Link to the challenge:

Check for typos.

    <section class='main-section' id="Reference">
      <header>Referencce</header>
      <p>All this reference is taken from
        <a href='www.w3schools.com/python' taget="blank">w3Schools.</a>
      </p>
    </section>
1 Like

Ho ! Thank you very much !! been looking into this for an hour, but did’nt see it correctly.

Typos are one of the major causes of developer blues.

The editor can help you, if you select the value and do a Ctrl + F then press Enter it will highlight all the same words. A real editor like VS Code also has spellchecking extensions which can be a great help.

1 Like

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