What is twitter bootstrap
Twitter Bootstrap is a toolkit to develop web apps and sites fast. It includes basic CSS and HTML for creating Grids, Layouts, Typography, Tables, Forms, Navigation, Alerts, Popovers etc.
Browser Support
Twitter Bootstrap is created with modern browsers in mind. So, you will find it working perfectly with all the modern versions of Chrome, Firefox, Safari, Opera and Internet Explorer.
Obtain Twitter Bootstrap
Download Twitter Bootstrap from https://github.com/twitter/bootstrap.
Unzip the downloaded file and you will get all the necessary files for working with the toolkit.
Getting started with Twitter Bootstrap
You can include twitter Bootstrap in your HTML page in two ways.
You can simply include
in the head section of your HTML file.
Since Twitter Bootstrap supports LESS (CSS preprocessor for faster and easier web development), you can include the less css file and less JS file in your HTML page as
<script src=”/path/to/less.js”></script>
You may also use NetDNA’s Bootstrap CDN @ http://www.bootstrapcdn.com/
Grid system
You will see how to create Grid System using Twitter Bootstrap. It supports 940px wide 12 column Grid as default and many variations of it.
Layouts
You will see how to create 940px wide fixed Layout and how to create Fluid layouts. This will help you to build HTML templates easily.
Typography
You will see how to build Headings, paragraphs, lists, and other inline type elements.
Tables
You will see how to build tables for containing tabular data.
Forms
You will see how to build stylish forms, including textbox, radio button, textarea, various kind of buttons in your HTML page.
Navigation
You will see how to build stylish modern navigation. And also Pagination.
Alerts & Error
As a web designer / developer you often need to create alerts for errors, warnings etc.
Popovers
You will learn to use the toolkit to build modal windows, tooltips and popovers.
Modals
Creating modal windows.