Advertisement
MrsMcLead

navigation

Feb 24th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Navigation
  5. </title>
  6. </head>
  7.  
  8. <body>
  9. <nav>
  10. <a href = "css.html"> CSS </a> |
  11. <a href = "bordersPaddingMargins"> Borders, Padding, and Margins </a> |
  12. <a href = "dropDownMenus.html"> Nested Lists </a>
  13. </nav>
  14.  
  15. </body>
  16.  
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement