Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Okay, it’s time to stop the charade: <blockquote> and <q> are actually different types of elements. The <blockquote> element is a block element and the <q> element is an inline element. What’s the difference? Block elements are always displayed as if they have a linebreak before and after them, while inline elements appear “in line” within the flow of the text in your page.
Remember: block elements stand on their own; inline elements go with the flow.