Presentation is loading. Please wait.

Presentation is loading. Please wait.

PHP MySQL Crash Course with HTML CSS

Similar presentations


Presentation on theme: "PHP MySQL Crash Course with HTML CSS"— Presentation transcript:

1 PHP MySQL Crash Course with HTML CSS
- Prayas Sapkota

2 Bootstrap Introduction to Bootstrap Linking Bootstrap JS & CSS
Grid System Bootstrap Table, Form, Images, Bootstrap Icon / Font Awesome Navbar, Pagination Other Bootstrap Compontents TASK: Using Bootstrap & Designing basic website layout with bootstrap.

3 Introduction to Bootstrap
Bootstrap is a powerful front-end framework for faster and easier web development ability to create responsive layout with much less efforts. It includes HTML and CSS based design templates for common user interface components like Typography, Forms, Buttons, Tables, Navigations, Dropdowns, Alerts, Modals, Tabs, Accordion, Carousel and many other as well as optional JavaScript extensions. Download Bootstrap from

4 Linking Bootstrap JS & CSS
If you want to download and host Bootstrap yourself, go to getbootstrap.com and download bootstrap files. If you don't want to download and host Bootstrap yourself, you can include it from a CDN (Content Delivery Network). <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href=" s"> <!-- jQuery library --> <script src=" cript> <!-- Latest compiled JavaScript --> <script src=" </script>

5 Grid System Bootstrap's grid system allows up to 12 columns across the page. If you do not want to use all 12 column individually, you can group the columns together to create wider columns:

6 Grid System… The Bootstrap grid system has four classes:
xs (for phones) sm (for tablets) md (for desktops) lg (for larger desktops) <div class="container"> <div class="row"> <div class="col-md-12"></div> </div> <div class="col-md-4"></div>

7 Bootstrap Elements Table Form Images Bootstrap Icon / Font Awesome
Navbar Pagination Breadcrumbs Buttons


Download ppt "PHP MySQL Crash Course with HTML CSS"

Similar presentations


Ads by Google