How are inline quotations typically represented in HTML?
Using the <blockquote> element
<blockquote>
Using the <q> element
<q>
Using the <p> element with a quote class
<p>
quote
Using the <cite> element
<cite>