mercredi 11 octobre 2017

How to link menu item with a page?

This is a part from my HTML5 code:

  <nav>
      <div class="dropdown">
        <button class="dropbtn">Home</button>
        <div class="dropdown-content">
        </div>
      </div>
      <div class="dropdown">
        <button class="dropbtn">Basic information</button>
        <div class="dropdown-content">
        </div>
      </div>      
      <div class="dropdown">
        <button class="dropbtn">Technical parameters</button>
        <div class="dropdown-content">
        </div>
    </nav>

Now I realized, that when I open my web and I click in the menu for example on Home button, nothing happens. How can I link the Home button with my home.html document?

Sorry if is my question unclear or something, English is not my language and I´m new here.

Aucun commentaire:

Enregistrer un commentaire