-Annie-

01.Navigation-Bar

Feb 2nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>Navigation Bar</title>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="nav-bar.css">
  7. </head>
  8. <body>
  9.     <nav>
  10.         <ul>
  11.             <li><a href="">Home</a></li>
  12.             <li><a href="">Tutorials</a></li>
  13.             <li><a href="">About</a></li>
  14.             <li><a href="">Newsletter</a></li>
  15.             <li><a href="">Contact</a></li>
  16.         </ul>
  17.     </nav>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment