SlideShare a Scribd company logo
BootStrap_1_Introduction
Contents :
 Introduction
 History
 How to work with bootstrap ?
 Basic examples
 Features
 Applications
 Conclusion
 References
Introduction
Bootstrap is the most popular HTML, CSS, and
JavaScript framework for developing responsive,
web sites.
Bootstrap is a free and open-source collection of
tools for creating websites and web applications.
Bootstrap is completely free to download and
use.
History
Bootstrap is originally created by a designer and
a developer at Twitter.
Bootstrap was created at Twitter in mid-2010 by
Mark Otto and Jocob.
Then after Bootstrap has become one of the
most popular front-end frameworks and open
source projects in the world.
BootStrap_1_Introduction
Conti…
 It contains HTML- and
CSS-based design
templates for
typography, forms,
buttons, navigation and
other interface
components, as well as
optional JavaScript
extensions.
Why use Bootstrap ?
 Anybody with just basic knowledge of HTML and
CSS can start using Bootstrap. It is also compatible
with all modern browsers. Like, Chrome, Firefox,
Internet Explorer, Safari, and Opera.
 Bootstrap easily and efficiently scales your
websites and applications with a single code base,
from phones to tablets to desktops with CSS media
queries.
How to work with Bootstrap ?
First of all,
To start using Bootsrap on your own web site
there are two ways :
You can:
 Download Bootstrap from getbootstrap.com
 Include Bootstrap from a CDN
Bootstrap CDN
If you don’t want to download and host
Bootstrap yourself, you can include it from a
CDN (Content Delivery Network).
MaxCDN provide CDN support for Bootstrap’s
CSS, JavaScript and also include jQuery:
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/c
ss/bootstrap.min.css">
Conti…
<!-- Optional theme -->
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/c
ss/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script
src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/
bootstrap.min.js"></script>
File Structure of Bootstrap
What is Responsive web design ?
Responsive Web Design makes your web page
look good on all devices (desktops, tablets, and
phones).
It is an approach to web design aimed at crafting
sites to provide an optimal viewing and interaction
experience.
So its easy to reading and navigation with a
minimum of resizing, panning, and scrolling across
a wide range of devices.
Conti…
BootStrap_1_Introduction
Examples
Table example
Images shapes example
Features
 Speed of development
 Base styling for most HTML elements
 Bundled Javascript plugins
 Good documentation
 Responsiveness
 Consistency
 Customization
 Support
What included in latest version (3.3.6)
 Improved accessibility for panels, tooltips,
buttons, and more.
 List groups now support <button> elements.
 Applied a few tooltip and popover positioning
fixes.
Applications
timely
Conti…
OpenDesk
Conti…
Kingdom RUSH
Conti…
SF/ARTS
Conclusion
 Now a days number of people browsing the
internet on their phone or tablet. So it’s
important to optimize websites for both desktop
and mobile browsing.
Bootstrap made for folks of all skill levels,
devices of all shapes, and projects of all sizes.
As the framework continues to develop, the
reasons to use Bootstrap keep mounting. If
you’ve overlooked this framework, it’s probably
time to give it a try.
References
http://getbootstrap.com
http://www.w3schools.com/bootstrap/
http://www.tutorialspoint.com/bootstrap/boo
tstrap_tables.htm
http://www.quara.com
Please ask Questions…
BootStrap_1_Introduction

More Related Content

PPTX
Introduction to Bootstrap
PPS
Introduction to Bootstrap: Design for Developers
PPTX
Bootstrap ppt
PDF
Bootstrap 3 + responsive
PPTX
Introduction to Twitter's Bootstrap 2
PPTX
Responsive web-design through bootstrap
PPTX
Intro To Twitter Bootstrap
PPTX
Bootstrap 3.1.1
Introduction to Bootstrap
Introduction to Bootstrap: Design for Developers
Bootstrap ppt
Bootstrap 3 + responsive
Introduction to Twitter's Bootstrap 2
Responsive web-design through bootstrap
Intro To Twitter Bootstrap
Bootstrap 3.1.1

What's hot (20)

PPTX
Twitter bootstrap
PDF
Responsive Web Design with Bootstrap
PPTX
Twitter bootstrap 101
PPTX
Bootstrap Introduction
PPTX
Client responsive design
PDF
Bootstrap
PPTX
A beginner's guide to twitter bootstrap
PPTX
Bootstrap [part 1]
PPTX
Building a Moodle theme with bootstrap
PDF
Introduction to web development
PDF
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
PPTX
Career on WordPress: How to get started with WordPress
PPTX
Presentation of bootstrap
PDF
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
PDF
VT2019 - DA355A - Responsiv webbutveckling
PPTX
Bootstrap PPT by Mukesh
PDF
CSS framework By Palash
PDF
Web Design Primer Sample - HTML CSS JS
PPTX
An introduction to bootstrap
PPTX
Bootstrap - What the hell is it
Twitter bootstrap
Responsive Web Design with Bootstrap
Twitter bootstrap 101
Bootstrap Introduction
Client responsive design
Bootstrap
A beginner's guide to twitter bootstrap
Bootstrap [part 1]
Building a Moodle theme with bootstrap
Introduction to web development
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Career on WordPress: How to get started with WordPress
Presentation of bootstrap
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
VT2019 - DA355A - Responsiv webbutveckling
Bootstrap PPT by Mukesh
CSS framework By Palash
Web Design Primer Sample - HTML CSS JS
An introduction to bootstrap
Bootstrap - What the hell is it
Ad

Similar to BootStrap_1_Introduction (20)

PPTX
Bootstrap.pptx
PDF
Bootstrap for webtechnology_data science.pdf
PPT
Responsive web design
PPTX
Reboot-Typography.pptx reboot typography to help you in research
PPTX
Create Responsive Website Design with Bootstrap 3
PPTX
Bootstrap.pptx
PPTX
Bootstrap By Shafeeq
PDF
Ready? Bootstrap! Go! (CFUG Belgium 24 04-2012)
PPT
Twitter bootstrap training_session_ppt
PDF
Introduction to Bootstrap
PPTX
Bootstrap - Basics
PPTX
Boostrap - Start Up
PDF
Introduction to Bootstrap
PPTX
Bootstrap
PDF
Node.js 101
PPT
Introduction to BOOTSTRAP
PDF
FITC - Bootstrap Unleashed
PDF
The Ultimate Guide to Bootstrap for Beginners.pdf
PPT
Know the reason behind choosing bootstrap as css framework
PPTX
Bootstrap 3
Bootstrap.pptx
Bootstrap for webtechnology_data science.pdf
Responsive web design
Reboot-Typography.pptx reboot typography to help you in research
Create Responsive Website Design with Bootstrap 3
Bootstrap.pptx
Bootstrap By Shafeeq
Ready? Bootstrap! Go! (CFUG Belgium 24 04-2012)
Twitter bootstrap training_session_ppt
Introduction to Bootstrap
Bootstrap - Basics
Boostrap - Start Up
Introduction to Bootstrap
Bootstrap
Node.js 101
Introduction to BOOTSTRAP
FITC - Bootstrap Unleashed
The Ultimate Guide to Bootstrap for Beginners.pdf
Know the reason behind choosing bootstrap as css framework
Bootstrap 3
Ad

BootStrap_1_Introduction

  • 2. Contents :  Introduction  History  How to work with bootstrap ?  Basic examples  Features  Applications  Conclusion  References
  • 3. Introduction Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, web sites. Bootstrap is a free and open-source collection of tools for creating websites and web applications. Bootstrap is completely free to download and use.
  • 4. History Bootstrap is originally created by a designer and a developer at Twitter. Bootstrap was created at Twitter in mid-2010 by Mark Otto and Jocob. Then after Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.
  • 6. Conti…  It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.
  • 7. Why use Bootstrap ?  Anybody with just basic knowledge of HTML and CSS can start using Bootstrap. It is also compatible with all modern browsers. Like, Chrome, Firefox, Internet Explorer, Safari, and Opera.  Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.
  • 8. How to work with Bootstrap ? First of all, To start using Bootsrap on your own web site there are two ways : You can:  Download Bootstrap from getbootstrap.com  Include Bootstrap from a CDN
  • 9. Bootstrap CDN If you don’t want to download and host Bootstrap yourself, you can include it from a CDN (Content Delivery Network). MaxCDN provide CDN support for Bootstrap’s CSS, JavaScript and also include jQuery: <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/c ss/bootstrap.min.css">
  • 10. Conti… <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/c ss/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/ bootstrap.min.js"></script>
  • 11. File Structure of Bootstrap
  • 12. What is Responsive web design ? Responsive Web Design makes your web page look good on all devices (desktops, tablets, and phones). It is an approach to web design aimed at crafting sites to provide an optimal viewing and interaction experience. So its easy to reading and navigation with a minimum of resizing, panning, and scrolling across a wide range of devices.
  • 16. Features  Speed of development  Base styling for most HTML elements  Bundled Javascript plugins  Good documentation  Responsiveness  Consistency  Customization  Support
  • 17. What included in latest version (3.3.6)  Improved accessibility for panels, tooltips, buttons, and more.  List groups now support <button> elements.  Applied a few tooltip and popover positioning fixes.
  • 22. Conclusion  Now a days number of people browsing the internet on their phone or tablet. So it’s important to optimize websites for both desktop and mobile browsing. Bootstrap made for folks of all skill levels, devices of all shapes, and projects of all sizes. As the framework continues to develop, the reasons to use Bootstrap keep mounting. If you’ve overlooked this framework, it’s probably time to give it a try.