Lesson 1 of 205%

(Progress persistence is disabled until Phase 9)

Bootstrap
Beginner

Getting Started with Bootstrap

Learn how to include Bootstrap in your HTML document and understand its core principles.

Getting Started with Bootstrap

Learn how to include Bootstrap in your HTML document and understand its core principles.

Bootstrap provides powerful, pre-built components and utilities.

Example

<div class="container">
  <h1>Welcome to Bootstrap!</h1>
  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
  <hr class="my-4">
  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
  <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</div>

Experiment with the code above in the Playground!

Lesson Progress

Take QuizBuild a Bootstrap Project