Advertisement
stevennathaniel

Bootstrap Latihan 2

Aug 15th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.71 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9. <link rel="stylesheet" href="./bootstrap-3.3.5-dist/css/bootstrap.min.css">
  10.  
  11. <script src="./jquery-1.11.3.min.js"></script>
  12.  
  13. <script src="./bootstrap-3.3.5-dist/js/bootstrap.min.js"></script>
  14.  
  15. </head>
  16.  
  17.  
  18. <body>
  19.  
  20.  
  21. <div class="container">
  22.  
  23. <h1>h1 Bootstrap heading <small>(36px)</small></h1>
  24.  
  25. <h2>h2 Bootstrap heading <small>(30px)</small></h2>
  26.  
  27. <h3>h3 Bootstrap heading <small>(24px)</small></h3>
  28.  
  29. <h4>h4 Bootstrap Heading <small>(18px)</small></h4>
  30.  
  31. <h5>h5 Bootstrap Heading <small>(14px)</small></h5>
  32.  
  33. <h6>h6 Bootstrap heading<small>(12px)</small></h6>
  34.  
  35.  
  36. </div>
  37.  
  38.  
  39.  
  40. </body>
  41.  
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement