Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <!Doctype html>
  2. <html>
  3. <head>
  4. <title> Navbars </title>
  5. <link rel='stylesheet' href="navbars.css" type="text/css" />
  6. </head>
  7. <body>
  8. <div class='navbar' id='navbar1'>
  9. <p>
  10. <a href="#">Home</a>
  11. <a href="#">More info</a>
  12. <a href="#">Submit an idea</a>
  13. <a href="#">Join us</a>
  14. <a href="#">Contact us</a>
  15. </p>
  16. </div>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement