Client Name

Blockquote

Blockquotes are defined with the <blockquote> tag. They are used to show longer quotations or excerpts from other text.

I have a theory that you can make any sentence seem profound by writing the name of a dead philosopher at the end of it.

Plato
Single Paragraph

<blockquote>...</blockquote>

Multiple Paragraphs

<blockquote>
  <p>...</p>
  <p>...</p>
</blockquote>

With Citation

<blockquote>
  <p>I have a theory...</p>
  <footer>Plato</footer>
</blockquote>