How to use Twitter Bootstrap ?

Twitter Bootstrap is a fantastic set of nicely crafted web elements. It uses javascripts, css and images to generate output. It is a plug and play thing. Twitter Bootstrap is a Bootstrap developed by Twitter Developers now opened as Open Source, which facilitates Rapid Graphic User Interface Development.

Following are steps to install Twitter Bootstrap in your Web Page :-

  1. Get the Code at Here
  2. Unpack ZIP File
  3. Attach CSS and JS files in <head> tag.

After downloading ZIP file, you will see 3 directories, CSS, JS, IMG. At first, start your page by adding latest jquery.js file

<script src="http://code.jquery.com/jquery-latest.js"></script>

Next Step is to add the given files to your web document.

<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<script src="js/bootstrap.min.js"></script>

how-to-use-twitter-bootstrao

YouTube Preview Image

Now you are ready to rock your web page.

0

Leave a Reply

Your email address will not be published. Required fields are marked *