Advertisement
Guest User

Untitled

a guest
May 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Tabs & Pills!</title>
  5. </head>
  6. <body>
  7. <!-- 1. Add the nav-tabs class to the following ul -->
  8. <ul class="nav ">
  9.  
  10. <li class="active"><a href="#"> Home </a></li>
  11. <li><a href="#about"> About </a></li>
  12.  
  13. <!-- 2. Want to switch tabs? Complete the js bellow -->
  14.  
  15. <!-- 3. Add some custom tabs here -->
  16.  
  17.  
  18.  
  19. <!-- 4. Try changing nav-tabs for nav-pills -->
  20. <!-- 5. Try adding nav-stacked to the ul class-->
  21. </ul>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement