Navigation 2 2/9

Navigation 2
Nice work! Next, let's add another ul element to the page with a few more menu options.
Instructions
  1. After the closing </ul> tag, add another ulelement
  2. Inside the <ul>..</ul> tags, add an lielement with the text "Sign Up"
  3. Add a second li element with the text "Log In"
  4. Add a third li element with the text "Help"
Navigation 2
<!DOCTYPE html>
<html>
  <body>

    <ul>
      <li>Item 1</li>
      <li>Item 2</li>
    </ul>

    <ul>
      <li>Sign up</li>
      <li>Log in</li>
      <li>Help</li>
    </ul>
    <ul>



  </body>
</html>

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除