Base
H1. Heading
H2. Heading
H3. Heading
H4. Heading
H5. Heading
H6. Heading
<h1>H1. Heading</h1>
<h2>H2. Heading</h2>
<h3>H3. Heading</h3>
<h4>H4. Heading</h4>
<h5>H5. Heading</h5>
<h6>H6. Heading</h6>
Display
Display 1
Display 2
Display 3
Display 4
<h1 class="display-1">Display 1</h1>
<h1 class="display-2">Display 2</h1>
<h1 class="display-3">Display 3</h1>
<h1 class="display-4">Display 4</h1>
Lead
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
<p class="lead">
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
</p>
Inline text elements
You can use the mark tag to highlight text.
This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
This line of text will render as underlined
This line of text is meant to be treated as fine print.
This line rendered as bold text.
This line rendered as italicized text.
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
Blockquotes
Subdue said second lights together great morning second second there.
<blockquote class="blockquote">
<p class="mb-0">Subdue said second lights together great morning second second there.</p>
<footer class="blockquote-footer">John Doe</footer>
</blockquote>
Blockquotes 2
Face to don't open.
Hath i and gathering so open let him fruitful evening lights bring god abundantly gathered.
<blockquote class="blockquote blockquote-style-2">
<p class="mb-0">Face to don't open. <br> Hath i and gathering so open let him fruitful evening lights bring god abundantly gathered.</p>
<footer class="blockquote-footer">John Doe</footer>
</blockquote>