Lesson 4 of 2020%
(Progress persistence is disabled until Phase 9)
Bootstrap
Beginner
Typography
Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.
Typography
Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.
Bootstrap provides powerful, pre-built components and utilities.
Example
<h1>h1. Bootstrap heading</h1>
<h2>h2. Bootstrap heading</h2>
<p class="lead">This is a lead paragraph. It stands out from regular paragraphs.</p>
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<blockquote class="blockquote">
<p>A well-known quote, contained in a blockquote element.</p>
</blockquote>
Experiment with the code above in the Playground!