About

A blockquote html element is an element that semantically creates a blockquote.

As every quote, this is a text visual and falls into the same category than an image

Example

<blockquote>
    <p>I didn't like the play, but then I saw it under adverse conditions - the curtain was up.</p>
    <cite>Groucho Marx</cite>
</blockquote>

where: cite is the cite element

Documentation / Reference