Bootstrap tutorial

What is Bootstrap

Bootstrap is Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

Where to get Bootstrap

To download Bootstrap, go to the following web site

http://getbootstrap.com/

Bootstrap File Structure

Bootstrap has the following file structure.


bootstrap/* w  ww.ja  va2  s .com*/
+-- css
   +-- bootstrap.css
   +-- bootstrap.min.css
+-- js
    +-- bootstrap.js
    +-- bootstrap.min.js

The .css file is for styling and the .js file is Javascript. Both css and Javascript has min version of the code. min version is a compressed version and should be used in production.





















Home »
  Bootstrap »
    Bootstrap »




Introduction
Basic HTML Style
List
Table
Form
Layout
Navigation Bar
Button
Control