0% found this document useful (0 votes)
30 views

Bootstrap Tutorial For Beginners

This document provides an introduction to Bootstrap and resources for learning how to use it. It explains what Bootstrap is, provides examples of simple fluid pages and existing components, and lists links to source code, templates, tutorials on adding Bootstrap to PHP projects, and sections covering Bootstrap grids, forms, and carousels on W3Schools.

Uploaded by

Ion Ion
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Bootstrap Tutorial For Beginners

This document provides an introduction to Bootstrap and resources for learning how to use it. It explains what Bootstrap is, provides examples of simple fluid pages and existing components, and lists links to source code, templates, tutorials on adding Bootstrap to PHP projects, and sections covering Bootstrap grids, forms, and carousels on W3Schools.

Uploaded by

Ion Ion
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Bootstrap tutorial for beginners

What is Bootstrap

Creating a simple fluid page


An example page on Getbootstrap.com
Source code location
http://getbootstrap.com/examples/

Easy way to use BootStrap:


Linked to already compile .js and .css

Use existing components and templates


http://bootswatch.com/readable/

Use Bootstrap and PHP


We will revisit the smoker demo. This time we just add bootstrap to it

http://www.huberthuynh.com/cecs470/huberthuynh/smokerDemo/

http://www.huberthuynh.com/cecs470/huberthuynh/smokerDemo/index-bootstrap.html

Visit various section of Bootstrap tutor on W3schools


 http://www.w3schools.com/bootstrap/bootstrap_grid_basic.asp
 http://www.w3schools.com/bootstrap/bootstrap_forms.asp
 http://www.w3schools.com/bootstrap/bootstrap_carousel.asp

You might also like