SlideShare a Scribd company logo
WEB DESIGN
BOOTSTRAP
Getting Started1
2
Tables3
5
Grid System2
4
Bootstrap CDN
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Getting started
<!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="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/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>
Bootstrap Grid
xs (for phones)
sm (for tablets)
md (for desktops)
lg (for larger desktops)
Bootstrap Grid
<div class="row">
<div class="col-*-*"></div>
</div>
<div class="row">
<div class="col-*-*"></div>
<div class="col-*-*"></div>
<div class="col-*-*"></div>
</div>
<div class="row">
...
</div>
Table
.table
.table-striped
.table-bordered
.table-hover
.table-condensed
For tr:
.active
.success
.info
.warning
.danger
THANK YOU

More Related Content

PPTX
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
PPTX
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
TXT
smoke1272528461
DOC
Prova
PPT
Blogs como gerenciar
PPT
Blogs como gerenciar
PPT
Blogs como gerenciar
PPT
Blogs como gerenciar
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
smoke1272528461
Prova
Blogs como gerenciar
Blogs como gerenciar
Blogs como gerenciar
Blogs como gerenciar

What's hot (18)

PDF
Django の認証処理実装パターン / Django Authentication Patterns
TXT
Jackie's porfolio edited
PDF
1から始めるAMP対応
PDF
jQtouch, Building Awesome Webapps
DOCX
Kohana bootstrap - modal form
PDF
Kohana bootstrap - modal form
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
PDF
Black-Scholes Calculator on Web
PDF
Meta Programming with JavaScript
PDF
a-blog cms でAMPに対応する
TXT
Perfil
DOCX
PDF
Atomic design con pattern lab
PDF
MTDDC Meetup TOKYO 2016
PPT
Desenvolvimento web com jQuery Mobile
PPTX
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
DOCX
PDF
jAPS 2 0 - Presentation Layer Comparison
Django の認証処理実装パターン / Django Authentication Patterns
Jackie's porfolio edited
1から始めるAMP対応
jQtouch, Building Awesome Webapps
Kohana bootstrap - modal form
Kohana bootstrap - modal form
jQuery Mobile - Desenvolvimento para dispositivos móveis
Black-Scholes Calculator on Web
Meta Programming with JavaScript
a-blog cms でAMPに対応する
Perfil
Atomic design con pattern lab
MTDDC Meetup TOKYO 2016
Desenvolvimento web com jQuery Mobile
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
jAPS 2 0 - Presentation Layer Comparison
Ad

Similar to Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables (20)

PDF
Introduction to Bootstrap
PPTX
Bootstrap
PPT
Twitter bootstrap training_session_ppt
PPT
Responsive web design
PDF
Pemrograman Web 4 - Bootstrap 3
PPT
Introduction to BOOTSTRAP
PDF
Bootstrap for webtechnology_data science.pdf
PDF
Boot strap introduction
PDF
The Ultimate Guide to Bootstrap for Beginners.pdf
PPTX
Bootstrap 3.1.1
PPTX
Bootstrap: the full overview
PPTX
Create Responsive Website Design with Bootstrap 3
PDF
HTML & CSS #10 : Bootstrap
PPTX
Bootstrap
PPTX
Reboot-Typography.pptx reboot typography to help you in research
PPTX
Bootstrap.pptx
PPTX
Bootstrap Framework
PDF
Bootstrap
PPTX
Boot strap
PDF
Introduction to Bootstrap
Introduction to Bootstrap
Bootstrap
Twitter bootstrap training_session_ppt
Responsive web design
Pemrograman Web 4 - Bootstrap 3
Introduction to BOOTSTRAP
Bootstrap for webtechnology_data science.pdf
Boot strap introduction
The Ultimate Guide to Bootstrap for Beginners.pdf
Bootstrap 3.1.1
Bootstrap: the full overview
Create Responsive Website Design with Bootstrap 3
HTML & CSS #10 : Bootstrap
Bootstrap
Reboot-Typography.pptx reboot typography to help you in research
Bootstrap.pptx
Bootstrap Framework
Bootstrap
Boot strap
Introduction to Bootstrap
Ad

More from Al-Mamun Sarkar (20)

PPTX
01 Introductions to System Design
PPTX
Introduction to machine learning
PPTX
Software Development Life Cycle (SDLC)
PPTX
Understanding Wordpress Plugn and Theme users' behavior
PPTX
Database Management - Lecture 4 - PHP and Mysql
PPTX
Database Management - Lecture 3 - SQL Aggregate Functions, Join
PPTX
Database Management - Lecture 2 - SQL select, insert, update and delete
PPTX
Database Management - Lecture 1
PPTX
PHP Lecture 6 - Php file uploading
PPTX
PHP Lecture 5 - Date time, Include, session
PPTX
PHP Lecture 4 - Working with form, GET and Post Methods
PPTX
PHP Lecture 3 - Functions
PPTX
PHP Lecture 2 - Conditional Statement, Loop
PPTX
PHP Lecture 1 - String, Constants, Arrays, Operators
PPTX
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
PPTX
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
PPTX
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
PPTX
Web Design Course - Lecture 7 - Basic Css
PPTX
Web Design Course - Lecture 6 - HTML form and form validation
PPTX
Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and...
01 Introductions to System Design
Introduction to machine learning
Software Development Life Cycle (SDLC)
Understanding Wordpress Plugn and Theme users' behavior
Database Management - Lecture 4 - PHP and Mysql
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Database Management - Lecture 2 - SQL select, insert, update and delete
Database Management - Lecture 1
PHP Lecture 6 - Php file uploading
PHP Lecture 5 - Date time, Include, session
PHP Lecture 4 - Working with form, GET and Post Methods
PHP Lecture 3 - Functions
PHP Lecture 2 - Conditional Statement, Loop
PHP Lecture 1 - String, Constants, Arrays, Operators
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Web Design Course - Lecture 7 - Basic Css
Web Design Course - Lecture 6 - HTML form and form validation
Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and...

Recently uploaded (20)

PDF
Key Trends in Website Development 2025 | B3AITS - Bow & 3 Arrows IT Solutions
PDF
Chalkpiece Annual Report from 2019 To 2025
PDF
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
PDF
The Advantages of Working With a Design-Build Studio
PDF
UNIT 1 Introduction fnfbbfhfhfbdhdbdto Java.pptx.pdf
PPT
Machine printing techniques and plangi dyeing
PPTX
6- Architecture design complete (1).pptx
PPTX
Media And Information Literacy for Grade 12
PPTX
An introduction to AI in research and reference management
PPTX
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
PPT
UNIT I- Yarn, types, explanation, process
PPTX
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
PPTX
rapid fire quiz in your house is your india.pptx
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PDF
Urban Design Final Project-Context
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PDF
Phone away, tabs closed: No multitasking
PDF
Quality Control Management for RMG, Level- 4, Certificate
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PPTX
YV PROFILE PROJECTS PROFILE PRES. DESIGN
Key Trends in Website Development 2025 | B3AITS - Bow & 3 Arrows IT Solutions
Chalkpiece Annual Report from 2019 To 2025
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
The Advantages of Working With a Design-Build Studio
UNIT 1 Introduction fnfbbfhfhfbdhdbdto Java.pptx.pdf
Machine printing techniques and plangi dyeing
6- Architecture design complete (1).pptx
Media And Information Literacy for Grade 12
An introduction to AI in research and reference management
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
UNIT I- Yarn, types, explanation, process
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
rapid fire quiz in your house is your india.pptx
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
Urban Design Final Project-Context
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
Phone away, tabs closed: No multitasking
Quality Control Management for RMG, Level- 4, Certificate
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
YV PROFILE PROJECTS PROFILE PRES. DESIGN

Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables