MCQ
What is the correct HTML for a quote?
Explanation
<blockquote> is for long quotations with indentation, while <q> is for short inline quotations.