Bootstrap

Class Wednesday, April 27, 2016

 Today’s goal:

  • Begin learning about Bootstrap, a very popular web development framework

 Today’s featured website:

 Web Frameworks and Bootstrap

  • Working in pairs, please find the answers to the following questions:
    1. What are front end frameworks?
    2. Why should you consider using them?
    3. What are some examples of them?
    4. What is Bootstrap?
    5. How is Bootstrap different than Skeleton?
    6. What are some well-known sites made with Bootstrap?

 Quick facts

 Getting started with Bootstrap

  • Let’s watch this helpful video
  • Let’s explore the Bootstrap webpage
    • Does this site have themes? Code examples? Where can you find details about the code?
  • Let’s try this Bootstrap tutorial
  • Now let’s set up a basic page. We’ll use the basic code template provided by Bootstrap and will add the CDN links for the CSS in the head section and for jQuery and Javascript at the bottom of the page before the closing body tag.