-Annie-

01.Simple-Nav-Bar

Feb 3rd, 2017
105
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>
  3. <head>
  4.     <title>Simple Navigation Bar</title>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="simple-nav-bar.css">
  7. </head>
  8. <body>
  9.     <nav>
  10.         <ul>
  11.             <li><a href="">Home</a></li>
  12.             <li><a href="">Services</a></li>
  13.             <li><a href="">Products</a></li>
  14.             <li><a href="">About Us</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