1. In the navbar li a formatting, put it in the Arial font, change its color to white, and remove the underlining:

    .navbar li a {
      float: left;
      padding-top: 5px;
      padding-right: 20px;
      padding-bottom: 5px;
      padding-left: 20px;
      font-family: arial, helvetica, sans serif;
      color: #ffffff;
      text-decoration: none;
    }
  2. In index.html, click on the page below the topleft and topright areas.

    Insert a clear, then remove the words from inside it.

    TIP: Click here to review instructions.
  3. Below the clear, insert a horizontal navigation bar with three list items:

    Laptops
    Cell Phones
    PDAs

    TIP: Click here to review instructions.

    The page should look like this:

Want ad-free tutorials like these for classroom use? Get them at Visilearn.com.