MCQ
What is the correct HTML for a quote?
A <blockquote>
B <q>
C <quote>
D Both A and B
Explanation

<blockquote> is for long quotations with indentation, while <q> is for short inline quotations.