The q element can be used for a quote that is part of a sentence:
<p>She wrote <q>The answer is 42.</q> and everyone agreed.</p>
Quotation marks
4.01
Quotation marks should not be added. User agents should (in HTML 4.01) resp. must (in HTML 4.0) render them automaticall...
The blockquote element can be used for a (block-level) quote:
<blockquote>
<p>The answer is 42.</p>
</blockquote>
Source URL (cite attribute)
The cite attribute can be used to reference the URL of the quoted source:
<blockquote cite="http://example.com/blog/...