Skip to content

Instantly share code, notes, and snippets.

@frankstallone
Created November 20, 2013 20:26
Show Gist options
  • Save frankstallone/7570394 to your computer and use it in GitHub Desktop.
Save frankstallone/7570394 to your computer and use it in GitHub Desktop.
HTML5 Blockquote Template for Testimonials including the correct quote character entities, footer and cite tags for proper citation.
<blockquote>
<p>&ldquo;The best client!&rdquo;</p>
<footer>
&mdash; <cite>Anonymous</cite>
</footer>
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment