How should you mark up a quotation that also includes a citation or source?
Use the cite attribute within the <p> element
cite
<p>
Use the <ref> element
<ref>
Use the source attribute in the <q> element
source
<q>
Use the <cite> element within a <q> or <blockquote> element
<cite>
<blockquote>