Learn
Building with Bootstrap
CSS Frameworks
Bootstrap is a popular CSS framework with prewritten CSS rules designed to help you build webpages faster.
Instructions
Take a look at the web browser. In this lesson, we will build this webpage up from scratch using a combination of Bootstrap and custom CSS.
Also in this lesson, we will encounter three new HTML elements:
header: Used to organize headers on a webpage.
footer: Used to organize footers on a webpage.
section: Defines sections on a webpage.