An HTML, CSS, Javascript framework you can use as a basis for creating web sites Uses CSS settings, fundamental HTML elements styled and enhanced Uses an advanced grid system for positioning elements on a web page Includes mobile friendly styles Sets basic global display, typography and link styles
Easy to use Responsive features (phones, tablets, desktops) Browser compatibility
Scales up to 12 columns as the device or viewport size increases Grid systems are used for creating page layouts through a series of rows and columns that house your content _grid_system.asp _grid_system.asp Other Bootstrap Examples: started/#examples started/#examples
You can download it to your Canvas instance Much easier to include it from CDN (Content Delivery Network) See the bsSample.html file linked off of our class schedule web page for example links
Link in the bootstrap files in the section In the create a with a container class (fixed width) or container- fluid class (spans the entire width of the viewport) Use rows to create horizontal groups of columns Grid columns are created by specifying the number of 12 available columns you wish to span
/bsSample.html