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//from ww w . ja v a 2 s . c o m
+-- 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.