You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
562 B

<h1>Lists with blockquotes</h1>
<ol>
<li>
<blockquote>
<p>Four-score and seven years ago...</p>
</blockquote>
</li>
<li>
<blockquote>
<p>We have nothing to fear...</p>
</blockquote>
</li>
<li>
<blockquote>
<p>This is it...</p>
</blockquote>
</li>
</ol>
<h1>Multi-line blockquotes</h1>
<ul>
<li>
<blockquote>
<p>Four-score and sever years ago
our fathers brought forth</p>
</blockquote>
</li>
<li>
<blockquote>
<p>We have nothing to fear
but fear itself</p>
</blockquote>
</li>
<li>
<blockquote>
<p>This is it
as far as I'm concerned</p>
</blockquote>
</li>
</ul>