SlideShare a Scribd company logo
2
Most read
4
Most read
15
Most read
Introduction
Bootstrap
What is Bootstrap?
 Bootstrap is a free front-end framework for faster and easier web development
 Bootstrap includes HTML and CSS based design templates, forms, buttons,
tables, navigation, modals, image carousels and many other, as well as optional
JavaScript plugins
 Bootstrap also gives you the ability to easily create responsive designs
What is Responsive Web
Design?
Responsive web design is about creating web
sites which automatically adjust themselves to
look good on all devices, from small phones to
large desktops.
Bootstrap History
 Bootstrap was developed by Mark Otto and
Jacob Thornton at Twitter, and released as an
open source product in August 2011 on GitHub.
Advantages of Bootstrap:
 Easy to use: Anybody with just basic knowledge of HTML and CSS can
start using Bootstrap
 Responsive features: Bootstrap's responsive CSS adjusts to phones,
tablets, and desktops
 Mobile-first approach: In Bootstrap 3, mobile-first styles are part of the
core framework
 Browser compatibility: Bootstrap is compatible with all modern browsers
(Chrome, Firefox, Internet Explorer, Edge, Safari, and Opera)
Where to Get Bootstrap?
There are two ways to start using Bootstrap on your
own web site.
You can:
 Download Bootstrap from getbootstrap.com
 Include Bootstrap from a CDN
Downloading Bootstrap
 If you want to download and host Bootstrap yourself, go to
getbootstrap.com, and follow the instructions there.
<!-- Bootstrap CSS -->
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-
ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="main.css">
Bootstrap CDN
 If you don't want to download and host Bootstrap yourself, you can
include it from a CDN (Content Delivery Network).
 MaxCDN provides CDN support for Bootstrap's CSS and JavaScript.
You must also include jQuery:
 <!-- Latest compiled and minified CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap
.min.css">
<!-- jQuery library -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"
></script>
<!-- Latest compiled JavaScript -->
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.m
in.js"></script>
Create First Web Page With
Bootstrap
1. Add the HTML5 doctype
 Bootstrap uses HTML elements and CSS properties
that require the HTML5 doctype.
 Always include the HTML5 doctype at the beginning
of the page, along with the lang attribute and the
correct character set:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
</html>
2. Bootstrap 3 is mobile-first
 Bootstrap 3 is designed to be responsive to mobile devices. Mobile-first
styles are part of the core framework.
 To ensure proper rendering and touch zooming, add the following <meta>
tag inside the <head> element:
<meta name="viewport" content="width=device-width, initial-
scale=1">
 The width=device-width part sets the width of the page to follow the
screen-width of the device (which will vary depending on the device).
 The initial-scale=1 part sets the initial zoom level when the page is
first loaded by the browser.
3.Containers
Bootstrap also requires a containing element to wrap site
contents.
There are two container classes to choose from:
 The .container class provides a responsive fixed width
container
 The .container-fluid class provides a full width
container, spanning the entire width of the viewport
code for a basic Bootstrap page (with a responsive fixed width container):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1>My First Bootstrap Page</h1>
<p>This is some text.</p>
</div>
</body>
</html>
code for a basic Bootstrap page (with a full width
container):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<h1>My First Bootstrap Page</h1>
<p>This is some text.</p>
</div>
</body>
</html>

More Related Content

PPTX
Presentation of bootstrap
1amitgupta
 
PPT
C# Exceptions Handling
sharqiyem
 
PDF
Android notification
Krazy Koder
 
PDF
Bootstrap
Jadson Santos
 
PPTX
Bootstrap 3
Lanh Le
 
PPTX
Javascript
Sun Technlogies
 
PPTX
Introduction to Node.js
Vikash Singh
 
PPTX
jQuery
Jay Poojara
 
Presentation of bootstrap
1amitgupta
 
C# Exceptions Handling
sharqiyem
 
Android notification
Krazy Koder
 
Bootstrap
Jadson Santos
 
Bootstrap 3
Lanh Le
 
Javascript
Sun Technlogies
 
Introduction to Node.js
Vikash Singh
 
jQuery
Jay Poojara
 

What's hot (20)

PPT
Introduction to JavaScript
Andres Baravalle
 
PPTX
Introduction to AngularJS
David Parsons
 
PDF
JavaScript Programming
Sehwan Noh
 
PPTX
Javascript conditional statements
nobel mujuji
 
PPT
Java Script ppt
Priya Goyal
 
PPSX
Php and MySQL
Tiji Thomas
 
PPTX
Bootstrap 3
McSoftsis
 
PDF
Android Threading
Jussi Pohjolainen
 
PPTX
Html5 tutorial for beginners
Singsys Pte Ltd
 
PPTX
Java script errors &amp; exceptions handling
AbhishekMondal42
 
PDF
jQuery for beginners
Arulmurugan Rajaraman
 
PPT
Arrays in PHP
Compare Infobase Limited
 
PPTX
Anchor tag HTML Presentation
Nimish Gupta
 
PPSX
Javascript variables and datatypes
Varun C M
 
PPTX
Css3
Deepak Mangal
 
PDF
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
PPS
Jdbc architecture and driver types ppt
kamal kotecha
 
PDF
Bootstrap 5 basic
Jubair Ahmed Junjun
 
PDF
javascript objects
Vijay Kalyan
 
PPTX
Introduction to JavaScript Basics.
Hassan Ahmed Baig - Web Developer
 
Introduction to JavaScript
Andres Baravalle
 
Introduction to AngularJS
David Parsons
 
JavaScript Programming
Sehwan Noh
 
Javascript conditional statements
nobel mujuji
 
Java Script ppt
Priya Goyal
 
Php and MySQL
Tiji Thomas
 
Bootstrap 3
McSoftsis
 
Android Threading
Jussi Pohjolainen
 
Html5 tutorial for beginners
Singsys Pte Ltd
 
Java script errors &amp; exceptions handling
AbhishekMondal42
 
jQuery for beginners
Arulmurugan Rajaraman
 
Anchor tag HTML Presentation
Nimish Gupta
 
Javascript variables and datatypes
Varun C M
 
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
Jdbc architecture and driver types ppt
kamal kotecha
 
Bootstrap 5 basic
Jubair Ahmed Junjun
 
javascript objects
Vijay Kalyan
 
Introduction to JavaScript Basics.
Hassan Ahmed Baig - Web Developer
 
Ad

Similar to Bootstrap.pptx (20)

PPT
Responsive web design
AirticsTrainer
 
PDF
Bootstrap for webtechnology_data science.pdf
Harish Khodke
 
PPTX
Reboot-Typography.pptx reboot typography to help you in research
AadiChauhan2
 
PPTX
Boostrap - Start Up
Gabriel Darwin Lopez
 
PPTX
Create Responsive Website Design with Bootstrap 3
Wahyu Putra
 
PPTX
BootStrap_1_Introduction
Gausvami Divyeshpuri Vallabhpuri
 
PPTX
Bootstrap
PumoTechnovation
 
PPTX
Bootstrap SLIDES for web development course
dreamy678
 
PDF
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Cedric Spillebeen
 
PDF
Boot strap introduction
abdalmohaymen alesmaeel
 
PPT
Twitter bootstrap training_session_ppt
Radheshyam Kori
 
PDF
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
PDF
The Ultimate Guide to Bootstrap for Beginners.pdf
webcooks Digital Academy
 
PPT
Introduction to BOOTSTRAP
Jeanie Arnoco
 
PPTX
Bootstrap.pptx
RaviRazz7
 
PDF
HTML & CSS #10 : Bootstrap
Jean Michel
 
PPTX
Bootstrap PPT by Mukesh
Mukesh Kumar
 
PPTX
bootstrap
Lokesh Sharma
 
PPTX
Web development and web design with seo
Rajat Anand
 
PPTX
Bootstrap [part 1]
Ghanshyam Patel
 
Responsive web design
AirticsTrainer
 
Bootstrap for webtechnology_data science.pdf
Harish Khodke
 
Reboot-Typography.pptx reboot typography to help you in research
AadiChauhan2
 
Boostrap - Start Up
Gabriel Darwin Lopez
 
Create Responsive Website Design with Bootstrap 3
Wahyu Putra
 
BootStrap_1_Introduction
Gausvami Divyeshpuri Vallabhpuri
 
Bootstrap
PumoTechnovation
 
Bootstrap SLIDES for web development course
dreamy678
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Cedric Spillebeen
 
Boot strap introduction
abdalmohaymen alesmaeel
 
Twitter bootstrap training_session_ppt
Radheshyam Kori
 
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
The Ultimate Guide to Bootstrap for Beginners.pdf
webcooks Digital Academy
 
Introduction to BOOTSTRAP
Jeanie Arnoco
 
Bootstrap.pptx
RaviRazz7
 
HTML & CSS #10 : Bootstrap
Jean Michel
 
Bootstrap PPT by Mukesh
Mukesh Kumar
 
bootstrap
Lokesh Sharma
 
Web development and web design with seo
Rajat Anand
 
Bootstrap [part 1]
Ghanshyam Patel
 
Ad

More from vishal choudhary (20)

PPTX
mobile application using automatin using node ja java on
vishal choudhary
 
PPTX
mobile development using node js and java
vishal choudhary
 
PPTX
Pixel to Percentage conversion Convert left and right padding of a div to per...
vishal choudhary
 
PPTX
esponsive web design means that your website (
vishal choudhary
 
PPTX
function in php using like three type of function
vishal choudhary
 
PPTX
data base connectivity in php using msql database
vishal choudhary
 
PPTX
software evelopment life cycle model and example of water fall model
vishal choudhary
 
PPTX
software Engineering lecture on development life cycle
vishal choudhary
 
PPTX
strings in php how to use different data types in string
vishal choudhary
 
PPTX
OPEN SOURCE WEB APPLICATION DEVELOPMENT question
vishal choudhary
 
PPTX
web performnace optimization using css minification
vishal choudhary
 
PPTX
web performance optimization using style
vishal choudhary
 
PPTX
Data types and variables in php for writing and databse
vishal choudhary
 
PPTX
Data types and variables in php for writing
vishal choudhary
 
PPTX
Data types and variables in php for writing
vishal choudhary
 
PPTX
sofwtare standard for test plan it execution
vishal choudhary
 
PPTX
Software test policy and test plan in development
vishal choudhary
 
PPTX
function in php like control loop and its uses
vishal choudhary
 
PPTX
introduction to php and its uses in daily
vishal choudhary
 
PPTX
data type in php and its introduction to use
vishal choudhary
 
mobile application using automatin using node ja java on
vishal choudhary
 
mobile development using node js and java
vishal choudhary
 
Pixel to Percentage conversion Convert left and right padding of a div to per...
vishal choudhary
 
esponsive web design means that your website (
vishal choudhary
 
function in php using like three type of function
vishal choudhary
 
data base connectivity in php using msql database
vishal choudhary
 
software evelopment life cycle model and example of water fall model
vishal choudhary
 
software Engineering lecture on development life cycle
vishal choudhary
 
strings in php how to use different data types in string
vishal choudhary
 
OPEN SOURCE WEB APPLICATION DEVELOPMENT question
vishal choudhary
 
web performnace optimization using css minification
vishal choudhary
 
web performance optimization using style
vishal choudhary
 
Data types and variables in php for writing and databse
vishal choudhary
 
Data types and variables in php for writing
vishal choudhary
 
Data types and variables in php for writing
vishal choudhary
 
sofwtare standard for test plan it execution
vishal choudhary
 
Software test policy and test plan in development
vishal choudhary
 
function in php like control loop and its uses
vishal choudhary
 
introduction to php and its uses in daily
vishal choudhary
 
data type in php and its introduction to use
vishal choudhary
 

Recently uploaded (20)

PPTX
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
PPTX
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 

Bootstrap.pptx

  • 2. What is Bootstrap?  Bootstrap is a free front-end framework for faster and easier web development  Bootstrap includes HTML and CSS based design templates, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins  Bootstrap also gives you the ability to easily create responsive designs
  • 3. What is Responsive Web Design? Responsive web design is about creating web sites which automatically adjust themselves to look good on all devices, from small phones to large desktops.
  • 4. Bootstrap History  Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter, and released as an open source product in August 2011 on GitHub.
  • 5. Advantages of Bootstrap:  Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap  Responsive features: Bootstrap's responsive CSS adjusts to phones, tablets, and desktops  Mobile-first approach: In Bootstrap 3, mobile-first styles are part of the core framework  Browser compatibility: Bootstrap is compatible with all modern browsers (Chrome, Firefox, Internet Explorer, Edge, Safari, and Opera)
  • 6. Where to Get Bootstrap? There are two ways to start using Bootstrap on your own web site. You can:  Download Bootstrap from getbootstrap.com  Include Bootstrap from a CDN
  • 7. Downloading Bootstrap  If you want to download and host Bootstrap yourself, go to getbootstrap.com, and follow the instructions there.
  • 8. <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384- ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <!-- Custom CSS --> <link rel="stylesheet" href="main.css">
  • 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 provides CDN support for Bootstrap's CSS and JavaScript. You must also include jQuery:
  • 10.  <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap .min.css"> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js" ></script> <!-- Latest compiled JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.m in.js"></script>
  • 11. Create First Web Page With Bootstrap 1. Add the HTML5 doctype  Bootstrap uses HTML elements and CSS properties that require the HTML5 doctype.  Always include the HTML5 doctype at the beginning of the page, along with the lang attribute and the correct character set: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> </head> </html>
  • 12. 2. Bootstrap 3 is mobile-first  Bootstrap 3 is designed to be responsive to mobile devices. Mobile-first styles are part of the core framework.  To ensure proper rendering and touch zooming, add the following <meta> tag inside the <head> element: <meta name="viewport" content="width=device-width, initial- scale=1">  The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device).  The initial-scale=1 part sets the initial zoom level when the page is first loaded by the browser.
  • 13. 3.Containers Bootstrap also requires a containing element to wrap site contents. There are two container classes to choose from:  The .container class provides a responsive fixed width container  The .container-fluid class provides a full width container, spanning the entire width of the viewport
  • 14. code for a basic Bootstrap page (with a responsive fixed width container): <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h1>My First Bootstrap Page</h1> <p>This is some text.</p> </div> </body> </html>
  • 15. code for a basic Bootstrap page (with a full width container): <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body> <div class="container-fluid"> <h1>My First Bootstrap Page</h1> <p>This is some text.</p> </div> </body> </html>