Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 13, 2013 21:17
Show Gist options
  • Save carlos-sanchez/7456566 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7456566 to your computer and use it in GitHub Desktop.
Cite and Blockquote in HTML5
<blockquote>
<p>As my fellow HTML5 Doctor, Oli Studholme has showed, people seldom quote exactly
– so sacrosanctity of the quoted text isn’t a useful ideal – and in print etc,
citations almost always appear as part of the quotation – it’s highly conventional.</p>
<footer>
— <cite><a href="http://www.brucelawson.co.uk/2013/on-citing-quotations-again/">Bruce Lawson</a></cite>
</footer>
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment