Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

I am not able to code correctly.My navigation bar doesnt navigate/respond.
Help me sir…I am still learning.

#navbar{ background-color:#55D6AA; Position:fixed; top:0; left:1px; text-align:center; border: 2px solid black; display:block; height:1000px; } li a{width:60px; text-decoration:none; text-transform:uppercase; color:white;} nav ul{list-style-type: none; } .nav-link{ margin-bottom:60px; } #webdev{font-size:35px; box-shadow: 0 0 20px 0 #3B7E20CC;}

html code

    <h1 id="webdev">WEB DEVELOPMENT</h1>
   
    <ul>
    <li><a href="#WHAT_IS_WEB_DEVELOPMENT" class="nav-link">What is Web Development</a></li>
      <li><a href="#Classification" class="nav-link">Classification</a>
      <li><a href="#Fend" class="nav-link">Frontend Development</a></li>
      <li> <a href="#Bend" 

class=“nav-link”>Backend Development

  • Some Important Links on Web Development



  • This documentation page is made by Nikhil




    Your code so far

    WARNING

    The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

    You will need to take an additional step here so the code you wrote presents in an easy to read format.

    Please copy/paste all the editor code showing in the challenge from where you just linked.

    Replace these two sentences with your copied code.
    Please leave the ``` line above and the ``` line below,
    because they allow your code to properly format in the post.
    
    

    Your browser information:

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

    Challenge: Technical Documentation Page - Build a Technical Documentation Page

    Link to the challenge:

    Hello @Nikxyz ,
    Can you explain your challenges in clearer terms? What are you trying to achieve?

    If i click on nav-link element that contains some text,the page doesn’t navigate to section element with that id…also it is not behaving like a link…

    the challenge is:
    Each .nav-link should have an href attribute that links to its corresponding .main-section (e.g. If you click on a .nav-link element that contains the text “Hello world”, the page navigates to a section element with that id).

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