Created
November 13, 2013 21:17
-
-
Save carlos-sanchez/7456566 to your computer and use it in GitHub Desktop.
Cite and Blockquote in HTML5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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