Bootstrap framework for responsive websites development

Bootstrap is a powerful front end framework for creating responsive and faster websites. its developed by the popular social networking company “Twitter”. It includes basic CSS and HTML for creating Grids, Layouts, Typography, Tables, Forms, Navigation, Alerts, Popovers etc

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.

Bootstrap is not only for desktop browsers including IE, but in tablet and smartphone browsers via responsive CSS as well.

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

<link rel=”stylesheet/less” href=”/path/to/bootstrap.less”>
<script src=”/path/to/less.js”></script>
You can download Bootstrap framework here https://twitter.github.com/bootstrap/index.html

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.