Blockquotes are a great way to reference others’ material.
A blockquote lets your reader know that you are quoting another source, and it pays proper attribution to your quoted source.
HTML supports the <blockquote> tag, which does exactly what one would suspect.
To block a quote in HTML, simply use this tag.
Example:

<blockquote> This is quoted text </blockquote>

The above [...]